ESTabBarController
ESTabBarController copied to clipboard
:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
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要写死在布局里,能不能开放出来,用了才发现坑啊
 如图, 感觉很多第三方都没这种风格, 不知道大佬能否帮忙加一种这样的风格
 有没有办法,解决这个问题? 解决办法,如下  解决后的效果如下,希望能帮到遇到同样困扰的小伙伴们,好运  ``` /// 底部安全区高度 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?...
刚进入到App时一切正常,点进去几个页面再出来,高度就有问题了,打断点发现在ESTabBarItemContainer文件的layoutSubviews方法里,bounds.size.height的高度正常时是48.0,异常时是14.0。  