You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently modified MGSplitViewController as per my requirement and put the DetailViewController in MainWindows.xib in a navigationcontroller and showing it and it is working properly
// In MGSplitViewController.m do following changes
(void)setup
{
_showsMasterInPortrait = YES;
}
Now whenever i open the application in portrait mode, and try to show my custom view inside DetailviewController, the view is creating 20 px below navigation bar i.e. a little space (20 px ) is created below DetailViewController navigation bar then my view is getting displayed.
I have recently modified MGSplitViewController as per my requirement and put the DetailViewController in MainWindows.xib in a navigationcontroller and showing it and it is working properly
// In MGSplitViewController.m do following changes
{
_showsMasterInPortrait = YES;
}
Now whenever i open the application in portrait mode, and try to show my custom view inside DetailviewController, the view is creating 20 px below navigation bar i.e. a little space (20 px ) is created below DetailViewController navigation bar then my view is getting displayed.
I have also changes as : https://github.com/mattgemmell/MGSplitViewController/pull/23/files
but still i am getting the issue , any body have find some solution to this .
The text was updated successfully, but these errors were encountered: