LCTabBarController icon indicating copy to clipboard operation
LCTabBarController copied to clipboard

A amazing and highly customized tabBarController! You could almost customize 100% properties with LCTabBarController!

Results 21 LCTabBarController issues
Sort by recently updated
recently updated
newest added

Hello , can you help me for disabling the particular tab bar index.?

When i tried to check this on iPhone X, it height get automatically bigger.

在NSURLSessionDataTask的 dataTaskWithRequest:request completionHandler:^的方法里,完成数据请求后,跳转会出现2种情况: 1.采用[self.navigationController pushViewController:lcTabBarVC animated:YES]; animated是YES的情况下,重影出现一小会后消失 2.采用[self.navigationController pushViewController:lcTabBarVC animated:NO]; animated是NO的情况下,重影出现不消失并且第一个视图控制器总是保持选中的状态,下面那个bar的最左边那个图案总是选中的状态

我这里是继承LCTabBarController的 代码如下: self.selectedItemTitleColor = [UIColor colorWithRed:44.0f/255.0f green:110.0f/255.0f blue:203.0f/255.0f alpha:1.0]; self.itemTitleColor = [UIColor colorWithRed:191.0f/255.0f green:191.0f/ 255.0f blue:191.0f/255.0f alpha:1]; 主要是体现在换肤的时候我想改变图标下面字体的颜色 发现无法动态修改

target 是11.1 在何处初始化: NSURLSessionDataTask *sessionDataTask = [session dataTaskWithRequest:request completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) { //请求完数据后跳转主页 dispatch_async(dispatch_get_main_queue(), ^{ [weakSelf turnToMainViewControllerAnimated]; }); } MyViewController :...

## 原因 * 2017.11.06 iOS 11.0-,remove(hide, in fact) original controls 时只获取到第一个按钮

TODO

初始化两个tabbar 放在rootviewcontroller 会有问题? 请问下有解决方法吗?

Hello I want to ask a feature if it is possible . Well Lets imagine In one tab UINavigationController has more than one UIViewControllers for example; First you navigate 3rd...

Hi, Thanks for the great project. What if I don't set the tabbar title, Is there a way to place to image center of the tabbar ? Thanks ...

![lalpbbcc1sqjt6lnbcrnaza_816_1482 png_620x10000q90g](https://user-images.githubusercontent.com/12167781/33248688-435ab200-d361-11e7-9ab4-94862667ca9a.jpg) 大佬, 我只有4个控制器, 却出现了五个位置, 第五个点击就是这样.懵B了