Skip to content

0.2.0

Compare
Choose a tag to compare
@rbaumbach rbaumbach released this 15 Apr 18:56
· 91 commits to master since this release
  • New Feature - Swizzlean objects now automatically reset swizzled methods when deallocated. Swizzlean objects now have a "resetWhenDeallocated" that is set to YES by default. If the functionality from Swizzlean version < 0.2.0 is warranted, manually set "resetWhenDeallocated" to NO. This will keep the methods swizzled after Swizzlean objects are deallocated.