WeakUniqueCollection 0.2.1

WeakUniqueCollection 0.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Artem Gladkov.



  • By
  • Artyom Gladkov

Features

WeakUniqueCollection is Objective-C class that allows you to store weak references to the objects. It will maintain uniqueness and provide thread-safe access to the objects. Something like NSMutableSet but thread-safe😉. It can be very useful in implementation of multicast delegate.

Installation

WeakUniqueCollection is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "WeakUniqueCollection"

Author

Artyom Gladkov, [email protected]

License

WeakUniqueCollection is available under the MIT license. See the LICENSE file for more info.