forked from devslashwill/WeeAppTest
-
Notifications
You must be signed in to change notification settings - Fork 0
drtobbe/WeeAppTest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Custom Notification Center Widgets (WeeApps) by @WillFour20 This is a very bare example of how to add a custom widget to the iOS 5 notification centre. All it really does is say 'Hello World' for now. Its pretty easy to understand, you create a class that implements the BBWeeAppController protocol. The only required function you must have is '- (UIView *)view' in which you must return the view that you want to appear. There are also other methods in the protocol for launching URLs when tapped and for rotation detection, view height, etc. The i is set by settings the 'AppBundleID' key in the Info.plist file to an app id. The icon will then be the icon for that app (e.g. Setting 'AppBundleID' to 'com.apple.mobilesafari' will make your widget have the Safari icon). The name is set in the 'InfoPlist.strings' file (Thanks @timwachter) Custom bundles are placed in /System/Library/WeeAppPlugins/ This is a pretty shitty example but i'm sure some great stuff can come out of this.
About
An example of a custom notification centre widget on iOS 5
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published