Created
August 27, 2013 07:57
-
-
Save jlcampana/6350841 to your computer and use it in GitHub Desktop.
Problemas con la searchbar en ios7 (no se muestra)
From http://stackoverflow.com/questions/17745571/uiview-under-uinavigationbar-on-ios7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if([self respondsToSelector:@selector(edgesForExtendedLayout)]){ | |
[self setEdgesForExtendedLayout:UIRectEdgeNone]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment