Swift - Notification

2018-05-02  本文已影响1人  会飞的大西瓜v
NotificationCenter.default.addObserver(self, selector: #selector(setupCollectedBooks), name: NSNotification.Name(rawValue: ANN9NotificationName_Collected_Book), object: nil)
NotificationCenter.default.post(name: NSNotification.Name(rawValue: ANN9NotificationName_Collected_Book), object: nil)
上一篇下一篇

猜你喜欢

热点阅读