Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UINavigationController in detailviewcontroller is creating a little space below navigation bar #59

Open
rajatmohanty opened this issue Jun 21, 2012 · 0 comments

Comments

@rajatmohanty
Copy link

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 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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant