4
Swift 2.0 - Operador binário “|” não pode ser aplicado a dois operandos UIUserNotificationType
Estou tentando registrar meu aplicativo para notificações locais desta maneira: UIApplication.sharedApplication().registerUserNotificationSettings(UIUserNotificationSettings(forTypes: UIUserNotificationType.Alert | UIUserNotificationType.Badge, categories: nil)) No Xcode 7 e no Swift 2.0 - eu recebo um erro Binary Operator "|" cannot be applied to two UIUserNotificationType operands. Por favor me ajude.