Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/121.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
允许单次滑动显示通知和控制中心,即使在隐藏iOS7状态栏时也是如此_Ios_Cocoa Touch_Ios7_Statusbar_Uistatusbar - Fatal编程技术网

允许单次滑动显示通知和控制中心,即使在隐藏iOS7状态栏时也是如此

允许单次滑动显示通知和控制中心,即使在隐藏iOS7状态栏时也是如此,ios,cocoa-touch,ios7,statusbar,uistatusbar,Ios,Cocoa Touch,Ios7,Statusbar,Uistatusbar,如果状态栏在iOS7上隐藏,则会强制用户滑动两次以显示Notification Center和Control Center。它显示了一个小的拖动按钮 是否有一种方法可以禁用此行为,即状态栏是隐藏的,但仅从屏幕顶部或底部轻扫即可显示通知中心和控制中心?对不起,目前没有用于操作通知中心行为的公共API

如果状态栏在iOS7上隐藏,则会强制用户滑动两次以显示Notification Center和Control Center。它显示了一个小的拖动按钮


是否有一种方法可以禁用此行为,即状态栏是隐藏的,但仅从屏幕顶部或底部轻扫即可显示通知中心和控制中心?

对不起,目前没有用于操作通知中心行为的公共API