Questions tagged [control-center]

The Control Center is a feature on iOS which allows quick access to various functions and settings of iOS. On iOS 11 you can open it by swiping from bottom to top on any screen.

Links:

74 questions
0
votes
1 answer

Managing AVSpeechSynthesizer's execution via system playback controls

Is there any way to make AVSpeechSynthesizer's execution be manageable via system playback controls in control centre panel? Now I can change the volume, but pause button is not responsive, and next/prev buttons are missing.
0
votes
1 answer

Show alertView in appDelegate

I'm trying to add an alertView before the notification/control center is visible with 2 buttons. One button would be "ok" and the notification/control center should then open. The second button should be cancel, and the notification/control center…
Jessica
  • 9,379
  • 14
  • 65
  • 136
0
votes
0 answers

App crashes when pulling down notification

My app crashes when pulling down the notifications or bottom bar with all the modes (Music, BT, Brightness etc. I do not remember what its called). The crash happens in all the pages of the app. The error is: 2014-12-15 15:09:09.738 IRR[734:58765]…
Dim
  • 4,527
  • 15
  • 80
  • 139
0
votes
1 answer

Is it possible to display the control center in button click? ios

I'm having a problem in displaying the control center in iOS, i've been searching for some docs regarding on this issue but couldn't find an answer. Is there a way, to make the control center appear by clicking a UIButton?.
0
votes
1 answer

Determine if connection is on 3G or WIFI network

I would know if there is a way to determine if the application connected using 3G or WIFI network.
sharkbait
  • 2,980
  • 16
  • 51
  • 89
0
votes
0 answers

How do I prevent my application's controls from displaying in the iOS Control Center?

I'm creating an iOS application that is not a music playing app, but anytime the app is running I can see it in the iOS Control Center and it has the same controls as a music-playing application would. I don't want my application to appear in the…
rderosia
  • 143
  • 1
  • 1
  • 6
0
votes
2 answers

Is [UIScreen mainScreen].brightness Key Value Observable?

This is what I am truing to do on this iO7 or later app: When the user opens my app, I want to get the screen brightness value and turn up the brightness all the way. When the user leaves the app, I want the brightness to go back to previous…
Gizmodo
  • 3,151
  • 7
  • 45
  • 92
0
votes
1 answer

App breaks after sliding in the Control Center, leaving and coming back fixes it

Has anyone ever had this issue: When you slide your finger from the bottom of your iOS screen to the top, it shows the control center - and then you swipe your finger down to get rid of it, but now when you try to use your app - a lot of the dynamic…
daemon
  • 251
  • 3
  • 21
0
votes
1 answer

MKMapView stops on scrolling, after scrolling to the bottom and trigger Control Center

I'm facing a weird problem, the map view was working fine, but now there seems a problem. When i scroll down to the bottom of the screen and then scroll up, the control center is triggered. And after that the map would stop on processing my touches.…
LolaRun
  • 5,526
  • 6
  • 33
  • 45
0
votes
1 answer

How to change the current position of a track on iOS 7 control center?

I have a player in an IOS app with a custom player inside this one. And when I'm seeking for a new position from the app, the current position in control center keep moving but does not jump to the new position. I don't found a property to set in…
0
votes
1 answer

iOS jailbroken device: intercept and block the swipe from down gesture to call the Control Center

What I need is to intercept and block the swipe from down gesture to call the Control Center while the user is using an app (he isn't in the springboard) to replace them with a new action. When the user is in the springboard everything it must be as…
Usi Usi
  • 2,967
  • 5
  • 38
  • 69
0
votes
2 answers

How to block iOS 7 control centre from controlling music app?

Our app explicitly blocks user form using remote-control, e.g., old springboard from pre-iOS7, earbud, by becoming the first responder to the remote-control events. However, on iOS7, the same code fails to bypass the control centre music…
kakyo
  • 10,460
  • 14
  • 76
  • 140
-1
votes
1 answer

App is getting crash in iOS if we open control centre in React Native

We are doing React Native Application. It is working fine in both iOS and Android. But, After launching application, If we open the Control Centre, The app is getting crash. console data is follows Error: { message = "Entries must be arrays of…
-1
votes
1 answer

iOS7: Control center, remote-control, and CoreAudio audio session solo-ambient category

Before iOS7 came, we noticed an issue: Music remote-control from earbud or springboard can hijack our audio session even if we set the category to solo-ambient or another exclusive mode. We thus tried a few things: We tried to take ownership of…
kakyo
  • 10,460
  • 14
  • 76
  • 140
1 2 3 4
5