LiveObjectTracer 0.1.2

LiveObjectTracer 0.1.2

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

Maintained by wagyu298.



Library to notice you when the NSObject or subclass object was deallocated

I was tried to let some actions when the object was deallocated. LiveObjectTracer is one of the solution for it.

It trigger delegate method when the NSObject or subclass object was deallocated. The object includes all of the NSObject subclasses, your made and third party made and Apple made. You can use this library to any situations.

I got core concept of LiveObjectTracer from Want to perform action when __weak ivar is niled. Thank you stackoverflow and users!

Requirements

iOS8 or later

Installation

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

pod "LiveObjectTracer"

Author

wagyu298

License

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