4
Swift 2.0 - Operator Biner “|” tidak dapat diterapkan ke dua operan UIUserNotificationType
Saya mencoba mendaftarkan aplikasi saya untuk notifikasi lokal dengan cara ini: UIApplication.sharedApplication().registerUserNotificationSettings(UIUserNotificationSettings(forTypes: UIUserNotificationType.Alert | UIUserNotificationType.Badge, categories: nil)) Di Xcode 7 dan Swift 2.0 - Saya mendapatkan kesalahan Binary Operator "|" cannot be applied to two UIUserNotificationType operands. Tolong bantu aku.