TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Some Code Candy make NSArray etc collections like python collections
Just link the framework and import the Pythonic.h
#import <Pythonic/Pythonic.h>
Choice one or more item from a array.
Make NSInteger Array like range/xrange function in Python.
Split NSArray like Python's list split methods.
Trim NSArry's empty(@"", @0 , etc) items at start or end.
Make NSArray can index use negative number like python split.
It normal be used in split.