iOS 如何去掉Tabbar上的黑线 - 简书
iOS 如何去掉Tabbar上的黑线不啰嗦,直接上代码: CGRect rect = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size...
iOS 点击tabbar 返回根视图 - SegmentFault
Controller有个代理- (BOOL)tabBarController:(UITabBarController )tabBarController shouldSelectViewController:(UIViewController )viewController NS_AVAILABLE_IOS(3_0...