CNUserNotification:CNUserNotification 是一种代理,可以像 OS X Mountain Lion 10.8 那样为 OS X Lion 10.7 提供“相同”的用户通知支持。 好处也是更加灵活,因为您可以定义自定义横幅图像或可变的关闭延迟时间-源码

上传者: 42127783 | 上传时间: 2021-07-02 11:03:35 | 文件大小: 1.15MB | 文件类型: ZIP
概述 CNUserNotification是一种代理,可以像 OS X Mountain Lion 10.8 那样为 OS X Lion 10.7 提供“相同”的用户通知支持。 好处还有更多的灵活性,因为您可以定义自定义横幅图像或可变的关闭延迟时间。 CNUserNotification使用仅针对每个应用程序运行的虚假通知中心。 类设计和所有方法签名都类似于NSUserNotification的对应部分。 不需要安装Growl或其他第三方库。 这一切都是为了让用户得到通知 - 山狮风格。 从CNUserNotification在每个应用程序的基础上运行开始,所有与计划或远程交付相关的方法都没有实现。 请查看以获取详细信息。 这是包含的示例应用程序的屏幕截图: 安装 通过 CocoaPods 只需将pod 'CNUserNotification'添加到您的 podfile 中。 通过

文件下载

资源详情

[{"title":"( 54 个子文件 1.15MB ) CNUserNotification:CNUserNotification 是一种代理,可以像 OS X Mountain Lion 10.8 那样为 OS X Lion 10.7 提供“相同”的用户通知支持。 好处也是更加灵活,因为您可以定义自定义横幅图像或可变的关闭延迟时间-源码","children":[{"title":"CNUserNotification-master","children":[{"title":".gitignore <span style='color:#111;'> 230B </span>","children":null,"spread":false},{"title":"Example","children":[{"title":"CNUserNotification Example.iconset","children":[{"title":"icon_128x128@2x.png <span style='color:#111;'> 48.01KB </span>","children":null,"spread":false},{"title":"icon_256x256.png <span style='color:#111;'> 48.01KB </span>","children":null,"spread":false},{"title":"icon_16x16@2x.png <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"icon_32x32.png <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"icon_128x128.png <span style='color:#111;'> 19.27KB </span>","children":null,"spread":false},{"title":"icon_32x32@2x.png <span style='color:#111;'> 8.05KB </span>","children":null,"spread":false},{"title":"icon_256x256@2x.png <span style='color:#111;'> 69.19KB </span>","children":null,"spread":false},{"title":"icon_16x16.png <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"icon_512x512@2x.png <span style='color:#111;'> 322.54KB </span>","children":null,"spread":false},{"title":"icon_512x512.png <span style='color:#111;'> 69.19KB </span>","children":null,"spread":false}],"spread":true},{"title":"CNUserNotification Example","children":[{"title":"CNUserNotification Example-Info.plist <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"en.lproj","children":[{"title":"InfoPlist.strings <span style='color:#111;'> 45B </span>","children":null,"spread":false},{"title":"MainMenu.xib <span style='color:#111;'> 271.84KB </span>","children":null,"spread":false},{"title":"Credits.rtf <span style='color:#111;'> 436B </span>","children":null,"spread":false}],"spread":true},{"title":"CNAppDelegate.m <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false},{"title":"CNUserNotification Example-Prefix.pch <span style='color:#111;'> 240B </span>","children":null,"spread":false},{"title":"main.m <span style='color:#111;'> 268B </span>","children":null,"spread":false},{"title":"CNAppDelegate.h <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"Images","children":[{"title":"banner-image-1.png <span style='color:#111;'> 18.74KB </span>","children":null,"spread":false},{"title":"banner-image-2.png <span style='color:#111;'> 19.05KB </span>","children":null,"spread":false}],"spread":true},{"title":"CNLog.h <span style='color:#111;'> 740B </span>","children":null,"spread":false}],"spread":true},{"title":"CNUserNotification Example.xcodeproj","children":[{"title":"project.pbxproj <span style='color:#111;'> 21.30KB </span>","children":null,"spread":false},{"title":"xcshareddata","children":[{"title":"xcschemes","children":[{"title":"CNUserNotification Example.xcscheme <span style='color:#111;'> 3.28KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":".idea","children":[{"title":"workspace.xml <span style='color:#111;'> 11.27KB </span>","children":null,"spread":false},{"title":"encodings.xml <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"vcs.xml <span style='color:#111;'> 182B </span>","children":null,"spread":false},{"title":"misc.xml <span style='color:#111;'> 253B </span>","children":null,"spread":false},{"title":"xcode.xml <span style='color:#111;'> 176B </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 268B </span>","children":null,"spread":false},{"title":"scopes","children":[{"title":"scope_settings.xml <span style='color:#111;'> 139B </span>","children":null,"spread":false}],"spread":true},{"title":".name <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"Example.iml <span style='color:#111;'> 453B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"ReadMe.md <span style='color:#111;'> 3.28KB </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 127B </span>","children":null,"spread":false},{"title":"CNUserNotification.podspec <span style='color:#111;'> 805B </span>","children":null,"spread":false},{"title":"CNUserNotification","children":[{"title":"CNUserNotificationCenter.m <span style='color:#111;'> 5.74KB </span>","children":null,"spread":false},{"title":"CNUserNotificationCenter.h <span style='color:#111;'> 3.60KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerButtonCell.m <span style='color:#111;'> 2.54KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerButton.m <span style='color:#111;'> 2.86KB </span>","children":null,"spread":false},{"title":"CNUserNotificationFeature.m <span style='color:#111;'> 475B </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerButton.h <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerController.m <span style='color:#111;'> 18.55KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerBackgroundView.h <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerBackgroundView.m <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false},{"title":"CNUserNotificationFeature.h <span style='color:#111;'> 1.94KB </span>","children":null,"spread":false},{"title":"CNUserNotification.m <span style='color:#111;'> 4.10KB </span>","children":null,"spread":false},{"title":"AppledocSettings.plist <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"CNUserNotification.h <span style='color:#111;'> 6.74KB </span>","children":null,"spread":false},{"title":"CNUserNotificationCenterDelegate.h <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerController.h <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"CNUserNotificationDefaultSound.aif <span style='color:#111;'> 510.68KB </span>","children":null,"spread":false},{"title":"CNUserNotificationBannerButtonCell.h <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false}],"spread":false},{"title":"Changelog.md <span style='color:#111;'> 740B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明