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

iOS 7 Horizontal strategy content size #191

Open
wsnnn opened this issue Jul 21, 2013 · 2 comments
Open

iOS 7 Horizontal strategy content size #191

wsnnn opened this issue Jul 21, 2013 · 2 comments

Comments

@wsnnn
Copy link

wsnnn commented Jul 21, 2013

In iOS 7 in a horizontal strategy appears extra space above and below. Instead of a horizontal scroll bar appears also the vertical scroll bar, and the items are hidden behind the navigation bar. How to solve it? Content size does not help.

@forsan
Copy link

forsan commented Sep 23, 2013

same here any help!!

@wsnnn
Copy link
Author

wsnnn commented Sep 23, 2013

I did the following (works only on iOS 7):

[self setEdgesForExtendedLayout:UIRectEdgeNone];

Or you can set the background on the navigationBar and tabBar, the effect will be the same.

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

2 participants