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

UISplitViewController #25

Open
dwagnonuda1 opened this issue May 22, 2014 · 1 comment
Open

UISplitViewController #25

dwagnonuda1 opened this issue May 22, 2014 · 1 comment

Comments

@dwagnonuda1
Copy link

Using the TWTSideViewController with a UISplitViewController as the main view controller causes the root view controller of the split view to be shown as part of the resized main view when the menu is open. Using the detail view controller of the split view controller as the main view does not solve the problem because the split view delegate methods are no longer called in this configuration.

@dwagnonuda1
Copy link
Author

I was able to solve this by setting the clipsToBounds property of the TWTSideViewController's containerView to YES in TWTSideViewController's viewDidLoad method.

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