import UIKit
protocol Notifier {
associatedtype Notification: RawRepresentable
}
extension Notifier where Notification.RawValue == String {
static func nameFor(notification: Notification) -> String {
return"\(Notification.RawValue())"
}
}
class Notice: Notifier {
static func post(notification: Notification, object: AnyObject? = nil) {
let name = nameFor(notification: notification)
NotificationCenter.default.post(name: NSNotification.Name(rawValue: name), object: object)
}
static func add(observer: AnyObject, selector: Selector, notification: Notification, object:AnyObject? = nil) {
let name = nameFor(notification: notification)
NotificationCenter.default
.addObserver(observer, selector: selector, name: NSNotification.Name(rawValue: name), object: object)
}
static func remove(observer: AnyObject, notification: Notification, object:AnyObject? = nil) {
let name = nameFor(notification: notification)
NotificationCenter.default.removeObserver(observer, name: NSNotification.Name(rawValue: name), object: object)
}
}
extension Notice {
enum Notification: String {
case kNewsListRefresh
}
}
封裝一個Notification
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門煤裙,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人蟹地,你說我怎么就攤上這事积暖√傥” “怎么了怪与?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長缅疟。 經(jīng)常有香客問我分别,道長,這世上最難降的妖魔是什么存淫? 我笑而不...
- 正文 為了忘掉前任耘斩,我火速辦了婚禮,結(jié)果婚禮上桅咆,老公的妹妹穿的比我還像新娘括授。我一直安慰自己,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開白布荚虚。 她就那樣靜靜地躺著薛夜,像睡著了一般。 火紅的嫁衣襯著肌膚如雪版述。 梳的紋絲不亂的頭發(fā)上梯澜,一...
- 文/蒼蘭香墨 我猛地睜開眼母债,長吁一口氣:“原來是場噩夢啊……” “哼民傻!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起场斑,我...
- 正文 年R本政府宣布,位于F島的核電站构蹬,受9級特大地震影響王暗,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜庄敛,卻給世界環(huán)境...
- 文/蒙蒙 一俗壹、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧藻烤,春花似錦绷雏、人聲如沸头滔。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽拙毫。三九已至,卻和暖如春棺禾,著一層夾襖步出監(jiān)牢的瞬間缀蹄,已是汗流浹背。 一陣腳步聲響...
推薦閱讀更多精彩內(nèi)容
- 框架的git地址 :https://github.com/Joker-King/JKDBModel 切割圖標(biāo)的應(yīng)用...
- 項目地址:vue-countTo配套完整后臺demo地址:vue-element-admin系類文章一:手摸手逝段,帶...
- UITextField的占位文字分類: 要使用UITextField的控制器中