ESTabBarController icon indicating copy to clipboard operation
ESTabBarController copied to clipboard

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!

Results 65 ESTabBarController issues
Sort by recently updated
recently updated
newest added

I just transitioned from iOS 13 to iOS 15 on Xcode 13 and the tab bar disappears on Table View scroll. When I scroll the table to the top the...

- 设置了两个,但是没有一个高亮 ``` func addChildViewController() { addChildViewController(vc: OverallViewController(), title: "天气预报", imageName: "weather") addChildViewController(vc: WeatherDetailViewController(), title: "当日情况", imageName: "detail") } func addChildViewController(vc: UIViewController, title: String, imageName: String) { //设置标题---由内至外设置的 //设置图像 //导航控制器...

Corrected grammar errors in the readme to help with readability.

快速点击TabBarItem导致,present到一半的登录控制器dissmiss掉.

看了源码,为什么label的font要写死在布局里,能不能开放出来,用了才发现坑啊

![截屏2022-05-16 下午5 20 37](https://user-images.githubusercontent.com/20027844/168561033-5f7428c8-295b-406d-94f5-fd618c99febe.png) 如图, 感觉很多第三方都没这种风格, 不知道大佬能否帮忙加一种这样的风格

![image](https://user-images.githubusercontent.com/16704305/165018203-8b999811-8719-4e09-8f4f-73dc5b2f9e21.png) 有没有办法,解决这个问题? 解决办法,如下 ![image](https://user-images.githubusercontent.com/16704305/165044190-45517199-ea68-4536-9b2d-0b67a3bcfd62.png) 解决后的效果如下,希望能帮到遇到同样困扰的小伙伴们,好运 ![image](https://user-images.githubusercontent.com/16704305/165044318-58735af9-13f3-41e2-829f-27c1b4f74eea.png) ``` /// 底部安全区高度 func safeDistanceBottom() -> CGFloat { if #available(iOS 13.0, *) { let scene = UIApplication.shared.connectedScenes.first guard let windowScene = scene as? UIWindowScene...

I want to apply Lottie to tabbar. But I don't know how to start because I haven't customized tabbar. What should I prepare and study first to use this library?...

question

刚进入到App时一切正常,点进去几个页面再出来,高度就有问题了,打断点发现在ESTabBarItemContainer文件的layoutSubviews方法里,bounds.size.height的高度正常时是48.0,异常时是14.0。 ![IMG_0441](https://user-images.githubusercontent.com/16594320/88158886-2856bb00-cc3f-11ea-9b44-8d60aeba33c9.PNG) ![IMG_0442](https://user-images.githubusercontent.com/16594320/88158896-2b51ab80-cc3f-11ea-98d6-2f2e20607763.PNG)