JxbControllerStack 1.9

JxbControllerStack 1.9

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

Maintained by Peter Jin.



  • By
  • Peter

ViewController dealloc check

引入头文件

#import "JxbControllStackApi.h"

开启监控

#if DEBUG
    [[JxbControllerStack sharedInstance] enable];
#endif

当控制器释放是,请添加以下函数,请在基类中实现

- (void)dealloc {
#if DEBUG
    [[JxbControllerStack sharedInstance] removeController:self.uniqueId onTabIndex:self.tabIndex];
#endif
}

当检测到VC没有释放时,立即Pop错误