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
0 answers

How to connect protobuf schemas with contol-center

While working on some of our services in our project, we integrated protobuf into our design, so currently all our services communicate through kafka topics, each topic has its protobuf schema related to it. we are trying to publish events directly…
0
votes
0 answers

TVUserActivityTypeBrowsingChannelGuide activity does not work

I want to support Apple TV Remote for tvOS application at Control Center. https://support.apple.com/guide/tv/use-ios-or-ipados-control-center-atvb701cadc1/tvos There is problem with Guide button. I can not listen Guide button click event. There is …
Ünal Öztürk
  • 193
  • 2
  • 3
  • 12
0
votes
0 answers

iOS/Swift - Programming an "app" directly in the control center

Is it possible to get into programming an extension for the control center in Swift? Not something like the widget spotify provides but one level above. How I have to think about it? Is it neccessary to have an app like "Calculator" so that you can…
Dnz
  • 23
  • 4
0
votes
1 answer

MySQL WorkBench vs CC Can't connect to server

I managed to connect to 192.168.0.253 with MySQL ODBC 3.51 Driver installed using Control Center but when I switch to Work Bench, it gives me the following error, Malformed Packet If I use the Control Centre I am good to connect. Please…
Hanz Cheah
  • 761
  • 5
  • 15
  • 44
0
votes
1 answer

how to display "live" in the control center (swift iOS)

Apple Music displays "live" inside the control center, if you hear Beats 1. Is there any way to display this "live" label and hide the normal audio progress slider?
WalterBeiter
  • 2,021
  • 3
  • 23
  • 48
0
votes
0 answers

Kafka connect-distributed

When I am trying to start connect-distributed. It is throwing me a WARN message. My main goal is to implement Control center Interceptors for the Splunk Sink. And it is giving me this: WARN The configuration 'consumer.interceptor.classes' was…
0
votes
0 answers

Display iOS 11 Player Controller in Lock screen

I'm working on a music app which uses AVPlayer to stream audio online. But in iOS 11 the Player controller does not appear in lock screen although it appears for other apps (ex. Spotify). Do I have to add something to info.plist? Thank you.
Elsammak
  • 1,102
  • 10
  • 26
0
votes
1 answer

How can I create a new control center command?

I’d like to enable the users of my app to access one of its features more quickly just by tapping a command in the control center, without the app forced to be in foreground. I know that I can customize my control center commands, but is it possible…
Rob
  • 4,123
  • 3
  • 33
  • 53
0
votes
1 answer

Swift/iOS - Is it possible to run iOS features from Control Center directly from the App?

I want to find out is it possible to run iOS Control Center features, for example screen recording or flashlight directly from the App? if yes, how?
Rurom
  • 253
  • 3
  • 18
0
votes
0 answers

How to pause Control Center elapsed play time

I'm using AVAudioPlayerNode to play musics. But, when I push pause button from Control Center, elapsed time keeps elapsing while music is paused. I want to know how to pause elapsed time in Control Center. And I already tried to…
Takuto-m
  • 11
  • 1
0
votes
1 answer

How to check only when "Notification Center or Control Center" are triggered in applicationDidBecomeActive

As we all know, applicationDidBecomeActive will call when we open and close the Bottom Control Center / Top Noficication Center. But I want to know in the applicationDidBecomeActive when only because of these 2 events, to handle some functionality…
iOS dev
  • 2,254
  • 6
  • 33
  • 56
0
votes
2 answers

Control Center-like sliding view implementation in Swift

I'm trying to create an interactive sliding transition on App. The goal is to present a uiview when view controller that will be dragged from the bottom(not from the bottom edge so it won't conflict with the control center) and will partially cover…
0
votes
0 answers

How to disable Control Centre play/pause buttons while playing a video?

I'm using AV Player, to play some videos in my apps, But if I open Control Centre while playing any video and try to play and pause the video, it is playing and pausing, But I don't want that feature. I want to disable this functionality.So for…
0
votes
1 answer

Customize Control center Swift and IOS 9+

friends I am working on an ios app using Swift, I am suppose to add app icon in Control Center and also on any web page user should be able to select text or paragraph and save that text in the application. I just need a hint or starting point, I…
Sajid
  • 379
  • 4
  • 18
0
votes
0 answers

iOS Control Center: seek through timebar, add "like" and "share" button

iOS' built-in music player allows users to: Seek through timebar Like Share From Control Center. However, the documentation doesn't mention anything about it: link Can I do the same for my app?
Shawn
  • 2,675
  • 3
  • 25
  • 48