countdown-app
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:countdown for iPhone notification center
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.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。