文件名称:NotificationKit:一个简单的类型安全的NSNotificationCenter库
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-24 09:38:48
Swift
NotificationKit
一个简单的类型安全的NSNotificationCenter库
安装
可可豆
platform :ios , "8.0"
use_frameworks!
pod 'NotificationKit' , :git => 'https://github.com/tarunon/NotificationKit.git' , :branch => 'master'
迦太基
github "tarunon/NotificationKit"
用法
创建扩展NotificationType的类并定义typealias,并初始化核心对象。
class SampleNotification : Notification
【文件预览】:
NotificationKit-master
----NotificationKit()
--------Info.plist(808B)
--------NotificationKit.h(540B)
--------NotificationKit.swift(2KB)
----LICENSE(1KB)
----README.md(2KB)
----NotificationKitTests()
--------Info.plist(733B)
--------NotificationKitTests.swift(3KB)
----NotificationKit.podspec(571B)
----.gitignore(635B)
----NotificationKit.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(15KB)