I am joining in three stars and have put "*" among them, now I am going to separate three of them Wish (name, email, address), how can I do this?
NSArray * component = [string componentsSeparatedByString: @ "*"]; See for more information.
I am joining in three stars and have put "*" among them, now I am going to separate three of them Wish (name, email, address), how can I do this?
NSArray * component = [string componentsSeparatedByString: @ "*"]; See for more information.
Comments
Post a Comment