SBClockApplicationIcon

From iPhone Development Wiki
Revision as of 09:45, 30 March 2014 by Bensge (talk | contribs) (Created page with "The Clock Icon in iOS 7 has live watch hands by default. Those are implemented in SBClockApplicationIconImageView (https://github.com/thomasfinch/iOS-7-SpringBoard-Headers/blo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Clock Icon in iOS 7 has live watch hands by default. Those are implemented in SBClockApplicationIconImageView (https://github.com/thomasfinch/iOS-7-SpringBoard-Headers/blob/master/SpringBoardHeaders/SBClockApplicationIconImageView.h). SBClockApplicationIcon is merely a subclass of SBApplicationIcon returning SBClockApplicationIconImageView as the icon image view class. The Clock app (MobileTimer.app) has a special key called SBIconClass in its Info.plist, the value is SBClockAppicationIcon. This sets the clock icon class to the live icon.