CDBDelegateCollection 1.1.1

CDBDelegateCollection 1.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2017

Maintained by Kanstantsin Bucha, Kanstantsin Bucha.



  • By
  • truebucha

Use it to handle collection of weak references to delegates. The collection calls a method on a delegate only if it respondsToSelector: succeeded. The collection accept only delegates that conform to protocol that was passed on initialization. If delegate became nil it will be deallocated instantly and reference to it will be removed on the next collection iteration.

TODO

* Write a documentation (HOWTO)
* Add tests

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod "CDBDelegateCollection"

Author

Kanstantsin Bucha, [email protected]

License

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