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)