21 skills found
wuwen1030 / XTSafeCollectionAn elegant solution to common crash of NSArray, NSMutableArray & NSMutableDictonary ...
MrLujh / SafeObjectIOS崩溃异常的处理,防止数组越界,字典空值处理
haifengkao / KVOMutableArrayAn NSMutableArray which can be key value observed (KVO). You can use block or RACSignal (ReactiveCocoa) to monitor the mutable array change.
tanhaogg / SafeContainer线程安全的可变容器(NSMutableArray,NSMutableDictionary)
esromneb / Ios Queue Objectaka NSMutableArray+QueueAdditions
jrturton / NSJSONSerialization NSNullRemovalCategories on NSJSONSerialization, NSMutableDictionary and NSMutableArray to remove NSNull objects often returned from JSON web services.
unsignedapps / UAFilterableResultsControllerAn NSFetchedResultsController-like implementation with NSMutableArrays as the backing store.
Ciechan / NSMutableArrayExplorerNo description available
JonyFang / FFSafeKit🤖Using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString safely.
fangjinfeng / FJ SafeNSString、NSArray、NSMutableString、NSMutableArray、NSMutableDictionary通过运行时直接给原生的插入、删除、截取等操作添加判断,防止崩溃
atastrophic / CRL2DArrayA wrapper for the NSMutableArray to act as Two Dimensional array for iOS & MAC for Objective-C
hackarts / HAAsyncMutableArrayA subclass of NSMutableArray that allows callers to register blocks to receive the value of an element in the array, even if that element does not exist yet.
chenglonghai / LHCategory常用分类集合,包含NSArray、NSAttributedString、NSData、NSDictionary、NSMutableArray、NSObject、NSObject等
ObornJung / NilSafetySafety cushion for NSArray、NSMutableArray、NSDictionary、NSMutableDictionary
yaakaito / NSMutableArrayRearrangingExtensionsa extensions for NSMutableArray
chenshuangsmart / SafeMutableArraythread safe mutableArray(使用 runtime 交换底层实现方法,从而避免奔溃)
randolphcabral / MomentumMomentum is a collection of objective c classes and categories that extends NSArray and NSMutableArray with declarative-style in-memory query and set operations.
duliodenis / NSMutableArray ShuffleA helpful category on NSMutableArray that provides a method to shuffle the array.
sammyd / LinkedList NSMutableDataA demonstration of creating a dynamic-sized linked list using NSMutable data, compared to using NSMutableArray
Joywii / SwizzleObjective-C Method Swizzling Architecture And Examples(NSArray and NSMutableArray)