Jiakai Lian

2pods

JKLThreadSafeMutableCollection

As Apple documented, NSDictionary, NSArray and NSSet are thread-safe, but not all the corresponding mutable classes. JKLThreadSafeMutableCollection is developed to replace all those mutable classes by a lightweight solution. This collection inlcudes JKLThreadSafeMutableDictionary, JKLThreadSafeMutableArray and JKLThreadSafeMutableSet. All these classses support most of original NSMutable methods, include subscript feature(Ex. dictionary[key], array[index]).

License: MIT

  • Objective C

UIViewChainable

An elegent extension to make UIView layout and confiugration chainable.

License: MIT

  • Swift