Does anyone use MGSplitViewController internally UITabBar?
My goal is mainly to use UISplitViewControllerinside a UITabBar. UISplitViewControllernot working well inside UITabBar. In particular, it UISplitViewControllersplits when the orientation of the device changes.
Since it UISplitViewControllerdid not work for me, I turned to MGSplitViewController. And now it seems that this is not an acceptable solution to use with UITabBar. I am facing all the problems. Basically the following:
I have a tab with 3-4 tabs. Each of them contains MGSplitViewController. In general, it MGSplitViewControllercontains a master ( UINavigationController) and a part ( UIViewController). When I rotate the device, the contents ( UITableViewCell) inside UITableViewis shifted / broken. Scrolling UITableViewto display new cells eliminates misalignment. The wizard has a navigation bar and a search bar, and changing the orientation does not affect them. Any solution?
MGSplitViewControllerfine! But this is not supported.
source
share