다음과 같은 방법으로 로컬 알림에 대한 응용 프로그램을 등록하려고합니다.
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
합니다. 도와주세요.
2
. : | : 나를 위해 "()"작품 UIApplication.sharedApplication () registerUserNotificationSettings (전무) UIUserNotificationType.Badge), 범주 (UIUserNotificationType.Alert UIUserNotificationSettings (forTypes)와 주변 지역
—
Nekak Kinich
지금은이 :
—
니키타 Zernov
Could not find an overload '|' that accepts the supplied arguments
다른 생각이 없습니다. 죄송합니다.
—
Nekak Kinich 2016 년