How to Disable Control Center in iOS 7 Programmatically and If Not, What Are Alternatives

Is it possible to disable Control Center in iOS 7 programmatically and if not, what are alternatives?

No alternatives, really. The best you can do is warn users and ask them to go to settings to turn it off.

Realistically, you'll lose a lot of users just by asking that, so you should change the gestures.

How to hide iOS bottom control center?

You can not disable it. You can find more explanation here:

Link!

check if control center is used

You can't do it. The most you can know is that your app was deactivated and then activated again, but you have no way of finding out why. It could be because of the control center, it could be because of the notification center, it could be because a phone call came in, it could be because the user went into the app switcher and came back again... If you think you have a use case for being able obtain this particular information, submit an enhancement request to Apple.

How do I make iOS 7 Control Center behave like it does in Maps (small tab)?

I believe you have to hide the status bar for the grabber to come up first. That being said, I think users would expect Control Center to come up when they drag up from the bottom of the screen, so I'd say preventing that from happening isn't a very good user experience.



Related Topics



Leave a reply



Submit