Michaël Blin
Michaël Blin
I have a problem rotating my device with an alert added to the window. The alert is no longer centered and the background view is no longer the right size....
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...