iOS本地通知、推送通知、通知中心
2018-03-29 本文已影响15人
NapoleonY
let ClosePadNoti = Notification.Name("ClosePadNoti")
NotificationCenter.default.post(name: ClosePadNoti, object: nil, userInfo: nil)
let ClosePadNoti = Notification.Name("ClosePadNoti")
NotificationCenter.default.post(name: ClosePadNoti, object: nil, userInfo: nil)