4
Swift 2.0-二項演算子「|」2つのUIUserNotificationTypeオペランドには適用できません
私はこの方法でローカル通知のアプリケーションを登録しようとしています: UIApplication.sharedApplication().registerUserNotificationSettings(UIUserNotificationSettings(forTypes: UIUserNotificationType.Alert | UIUserNotificationType.Badge, categories: nil)) Xcode 7とSwift 2.0では、エラーが発生しますBinary Operator "|" cannot be applied to two UIUserNotificationType operands。私を助けてください。