标签: swift
有人可以解释一下为什么它在这里显示错误。我按照教程,但也许在swift 2中,如果键入这样的话就不行了。
答案 0 :(得分:1)
您可能正在关注旧版Swift的教程。由于它的增长非常快,我建议遵循最新的教程。在Swift 2中你应该使用集合,而不是|二元运算符。像:
<sec:custom-filter ...>
答案 1 :(得分:0)
您的问题出现在UIUserNotificationType的第一个.Alert,我猜错了[UIUserNotificationType.Sound, UIUserNotificationType.Badge] 部分。
UIUserNotificationType
.Alert
[UIUserNotificationType.Sound, UIUserNotificationType.Badge]