Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created August 27, 2013 07:57
Show Gist options
  • Save jlcampana/6350841 to your computer and use it in GitHub Desktop.
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
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