[Solved] split NSString given a number of characters in objective C [closed]


Sure. NSString has the very useful methods substringToIndex: and substringFromIndex:. The magic number (index) here appears to be 2.

1

solved split NSString given a number of characters in objective C [closed]