I have seen questions in stackoverflow that convert unichar to NSString but now I would like to do the reverse.
How do i do it?
Need some guidance.. Thanks
For example, I have an array of strings:[@"o",@"p",@"q"];
These are strings inside. How do i convert it back to unichar?