Tencent / MLeaksFinder

Find memory leaks in your iOS app at develop time.
Other
5.42k stars 934 forks source link

自定义Tabbar时候,不使用系统UITabbarButton, TabbarController已经释放,但提示UITabbarButton未被释放 #86

Open earth0349 opened 6 years ago

housenkui commented 6 years ago

UITabbarButton是苹果的私有API,具体得看你的自定义Tabbar是如何创建的。是不是继承与UITabBarItem。