Swift #seletor使用 Posted on 2016-04-25 Edited on 2024-10-03 Views: Disqus: Swift 2.2 以后的 seletor 使用有两种方式: 自定义 class 作用域内的方法,直接食用 #selector(funcation) 或者 #selector(funcation(_:)) 系统的方法,需要加上系统类的前缀例如,#selector(NSString.localizedStandardCompare(_:))