Updating extensions for iOS 8

From iPhone Development Wiki
Revision as of 20:17, 24 October 2014 by Eswick (talk | contribs) (Noted removal of 'display identifier' methods from SB)

Let's collect knowledge like we did with Updating extensions for iOS 7 - paste in your notes and share what you've learned, and somebody else will organize it later. :) If you want to collaborate over IRC, see IRC for how to connect to #theos and #iphonedev.

Put stuff here!

  • In things like SBStarkBanner* classes, Stark is the codename for the blur-heavy UI since iOS 7
  • The term 'Display Identifier' has been removed from SpringBoard. Methods that used the term usually have a 'Bundle Identifier' equivalent; e.g. -[SBApplicationController applicationWithDisplayIdentifier:] and -[SBApplication displayIdentifier] are now -[SBApplicationController applicationWithBundleIdentifier] and -[SBApplication bundleIdentifier]