JxbControllerStack 1.9

JxbControllerStack 1.9

测试测试过
语言语言 Obj-CObjective C
许可证 MIT
发布上次发布2016年8月

Peter Jin维护。



  • Peter

ViewController dealloc检查

引入头文件

#import "JxbControllStackApi.h"

开启监控

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

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

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

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