Skip to content

Dwarfartisan/ObjectiveC-Pythonic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectiveC-Pythonic

Some Code Candy make NSArray etc collections like python collections

Usage

Just link the framework and import the Pythonic.h


#import <Pythonic/Pythonic.h>

Categories

NSArray(Random)

Choice one or more item from a array.

NSArray(RangeMaker)

Make NSInteger Array like range/xrange function in Python.

NSArray(Split)

Split NSArray like Python's list split methods.

NSArray(Trim)

Trim NSArry's empty(@"", @0 , etc) items at start or end.

NSArray(Index)

Make NSArray can index use negative number like python split.

It normal be used in split.

About

Some Code Candy make NSArray etc collections like python collections

Resources

License

Stars

Watchers

Forks

Packages

No packages published