Closed anguskwan closed 9 years ago
@anguskwan I'm looking into it. Did you get an exception or did it just silently fail?
@anguskwan Unfortunately it appears the underlying cocoapod we use doesn't support container view controllers other than UINavigationController as the center view controller. There's an open issue that describes a hacky work around but it doesn't look like they'll be supporting UITabBarController any time soon.
@jamonholmgren @macfanatic Any ideas for potential workarounds?
Unfortunately, no. :-/ You might have to use a third party tab bar controller like RDVTabBarController or M13InfiniteTabBar and embed them in a nav bar.
@ryanlntn it just keep siliently. @jamonholmgren i am going to have to try. i used a custom tabbar, add it to nav bar controller, and view added below tabbar, maybe it will work.
thanks guys.
@anguskwan Let us know if it does so we can add it to the README. I'm closing this for now.
when i clicked left button on navigation bar, it just not show the left drawer..
if i replace the Center Controller with a screen without tabbar, it will show as expected.