Skip to content

zy02636/ObjectiveC-Pythonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.

About

Some Code Candy make NSArray etc collections like python collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published