Search code examples
iosobjective-cjailbreaktheos

Show Control Centre and Notification Centre programmatically


How to show Control Centre and Notification Centre programmatically, for iOS 8?


Solution

  • This might be what you are looking for:

    -[SBControlCenterController presentAnimated:]

    -[SBNotificationCenterController presentAnimated:]