使任何UIView成为完整的通知中心-Swift开发

时间:2024-06-15 21:08:48
【文件属性】:

文件名称:使任何UIView成为完整的通知中心-Swift开发

文件大小:89KB

文件格式:ZIP

更新时间:2024-06-15 21:08:48

Swift Miscellaneous

RKNotificationHub一种将通知图标快速添加到UIView(iOS6及更高版本)的方法。 支持代码:RKNotificationHub * hub = [[RKNotificationHub alloc] initWithView:yourView]; //将计数设置为0 [hub增量]; // i RKNotificationHub一种将通知图标快速添加到UIView(iOS6及更高版本)的方法。 支持代码:RKNotificationHub * hub = [[RKNotificationHub alloc] initWithView:yourView]; //将计数设置为0 [hub增量]; //将计数增加到1,从而使通知可见Pod pod'RKNotificationHub'USAGE [hub增量]; -(无效)增加; -(void)incrementBy:(int)amount; -(无效)减量; -(无效)减量:(整数)金额; @property(nonatomic,Assign)int coun


【文件预览】:
RKNotificationHub-master
----Podfile(168B)
----RKNotificationHubTests()
--------RKNotificationHubTests.m(901B)
--------Info.plist(755B)
----LICENSE(1KB)
----RKNotificationHub()
--------main.m(346B)
--------RKNotificationHub.m(12KB)
--------RKNotificationHub.h(2KB)
--------AppDelegate.h(346B)
--------AppDelegate.m(368B)
--------Base.lproj()
--------ViewController.h(1KB)
--------Images.xcassets()
--------Info.plist(1KB)
--------ViewController.m(3KB)
----.idea()
--------codeStyleSettings.xml(2KB)
----.gitignore(16B)
----RKNotificationHub.podspec(5KB)
----RKNotificationHub.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----README.md(3KB)

网友评论