CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Aug 2016 |
Maintained by Peter Jin.
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
}