Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

View Controller that is presented has controls blocked #57

Closed iJasonWade closed 5 years ago

iJasonWade commented 5 years ago

When I try to present a new view controller the AZTabBarController view hierarchy is always in the front and blocks the controls that are in the presented ViewController from being pressed. I have tried presenting from all of the controllers in the heirarchy and tried to manually bring the presented view controllers view to the front.

Minitour commented 5 years ago

@iJasonWade have you tried accessing the parent controller of the tab bar and presenting from it?

self.currentTabBar?.present(...)