答案 0 :(得分:0)
是的...... Xcode 7.3(和Swift 2.2)introduced "#selector
"。
我指出的博客表明:
使用#selector会在编译时检查你的代码以确保代码 你想要呼叫的方法确实存在。
这比假设存在通过String指向的方法的名称(例如," UIBarButtonItem(barButtonSystemItem: .Add, target: self, action: "addNewFireflyRefernce")
之类的东西)要安全得多。