[Solved] split NSString given a number of characters in objective C [closed]
[ad_1] Sure. NSString has the very useful methods “substringToIndex:“ and “substringFromIndex:“. The magic number (index) here appears to be 2. 1 [ad_2] solved split NSString given a number of characters in objective C [closed]