Skip to content

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

License

Notifications You must be signed in to change notification settings

wagyu298/LiveObjectTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveObjectTracer

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 triggers a 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!

Version License Platform

Requirements

iOS12 or later

Installation

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

pod 'LiveObjectTracer', :git => 'https://github.com/wagyu298/LiveObjectTracer.git'

Author

wagyu298

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published