美文网首页
Swift - Notification

Swift - Notification

作者: 会飞的大西瓜v | 来源:发表于2018-05-02 20:05 被阅读1次
    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)
    

    相关文章

      网友评论

          本文标题:Swift - Notification

          本文链接:https://www.haomeiwen.com/subject/wzthrftx.html