Codec ░ explode

265Like explode(), only componentsSeparatedByString:

PHP
explode(“, ” , “One, Two, Three”);

Objective-C
NSArray *listItems = [@"One, Two, Three" componentsSeparatedByString:@", "];

569Layering one UIImage onto of another UIImage 565Stripping Characters from an NSString 560#import vs #include in Objective C – A quick reminder 457Singleton Classes and Shared Resources in Objective-C 420Getting current Time with Microseconds