Can i block appearing control center in ios7 on some views? -


i need disable control center on 1 key view in case use "swipe up" gesture navigation on view controller

add following info.plist:

<key>uistatusbarhidden</key> <true/> <key>uiviewcontrollerbasedstatusbarappearance</key> <false/> 

when "swipe up" avoid reveal control centre. gestures work application , shows grabber


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -