lightCardTabBar
lightCardTabBar copied to clipboard
Different Styles of Custom Tab Bar
It seems that hiding the tabBar create side effect with the bottom constraint of the controllers added to the tabBar. Using Snapkit: ``` placeholderView.snp.makeConstraints { make in make.top.equalTo(view.safeAreaLayoutGuide).inset(UI.Margins) make.bottom.equalTo(view.safeAreaLayoutGuide).inset(UI.Margins) make.right.left.equalToSuperview()...
Hi, it would be great to have some appearance customization options. For now i do it this way in `SpecialTabBarController`: ``` class SpecialTabBarControllerAppearance { public var backgroundColor:UIColor = .white public...
Hi, thanks for these great tabBars styles. I don't understand why the third viewController in `SpecialTabBarController` is hidden ? I think this could be more flexible... One pre version could...