在iOS10中,用戶通知是由蘋果重新編寫的。 現在,我想我的應用程序適應這些變化,以下this:類型UNUserNotificationCenter目前沒有成員電子版,swift 2.3
let center = UNUserNotificationCenter.current()
給我一個錯誤:
Type UNUserNotificationCenter has no member current, swift 2.3
我知道這教程也許對swift3。但我需要讓它快速運行2.3。它是否可行,如果是的話,該怎麼做?
適合我,謝謝! –
你可以發佈一個鏈接到這些例子,因爲現在我卡住了一點,可能出於同樣的原因? –
@ Async-在線文檔:https://developer.apple.com/reference/usernotifications/unusernotificationcenter –