59 skills found · Page 1 of 2
domness / DWTagListCreate a list of tags from an NSArray to be show in a view with customisable fonts, colors etc.
MrAlek / AWPagedArrayA data structure for easier pagination. NSProxy subclass which acts as an NSArray for easier paging mechanisms in UITableViews and UICollectionViews.
jamztang / JTObjectMappingA very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.
shixueqian / PrintBeautifulLog将字典(NSDictionary)和数组(NSArray)打印的Log显示为Json格式。直接将分类拖入到工程即可使用。
wuwen1030 / XTSafeCollectionAn elegant solution to common crash of NSArray, NSMutableArray & NSMutableDictonary ...
kastiglione / ConcurrentCollectionOperationsMap & filter using GCD for NSArray, NSDictionary, NSSet, etc.
nst / Nsarray FunctionalObjective-C category to add Python-like map, filter and reduce methods to Cocoa NSArray.
erica / NSArray UtilitiesNSArray utilities
khanlou / NSArray LongestCommonSubsequenceThis is a category on NSArray that finds the indexes of the longest common subsequence with another array.
tevelee / FunkyFunky is a functional utility library written in Objective-C.
alexruperez / ARObjectCollectionViewControllerUIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...
w-m / WMGenericCollectionObjective-C Generics - checking type correctness at compile time for NSArray, NSDictionary and NSSet
ishkawa / ISRemoveNullextension of NSArray and NSDictionary to remove NSNull from them.
JonyFang / FFSafeKit🤖Using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString safely.
mattpat / MPTidbitsA set of very small categories for NSString, NSMutableString, NSArray, and NSDictionary that add a few sorely lacking features (isEmpty and containsKey: methods, for instance).
B-Sides / ICB SectionedTableViewDemoImplementing UITableView Sections from an NSArray of NSDictionary Objects (Demo)
BadChoice / CollectionLaravel collection like inspired NSArray category
bryanluby / NSArray ShuffleNSArray category for shuffling arrays.
coder-zwz / DLPickerView一种支持单列数据选择,多列数据选择,plist读取数据选择的多功能数据选择器,只需改变选择器NSArray数据源即可!
grav / Nsarray FunctionalObjC category that adds functional programming methods to NSArray