我正在使用JAsidepanels(https://github.com/gotosleep/JASidePanels)在我的应用程序中实现侧边菜单选项,最近我开始搜索应用程序的内存管理。
我知道当我们关闭视图控制器时,应该调用dealloc方法。
当我不使用JASidepanel时,调用Dealloc方法。
@property (strong, nonatomic) JASidePanelController *viewController;这就是我们引用“JASidePanelController”的方式。
我应该怎么做才能调用dealloc?请帮帮我..谢谢
发布于 2016-01-12 18:17:48
它似乎是一个死库,我建议使用另一个库,那里有一些建议:
https://github.com/devindoty/DDMenuController
https://github.com/mystcolor/JTRevealSidebarDemo
https://github.com/edgecase/ECSlidingViewController
https://github.com/Inferis/ViewDeck
https://github.com/pkluz/ZUUIRevealController
https://github.com/gresrun/GHSidebarNav
检查提交的日期和使用它的人。
就我个人而言,我在我的项目中使用ECSlidingViewController和MMDrawerController。
https://stackoverflow.com/questions/34740241
复制相似问题