1
我是新來的斯威夫特和一般的編程,但我的功能之前,我更新到最新的Xcode是斯威夫特功能滯留
func setPressedAction(action:() ->()) {
self.pressedAction = action
}
隨着更新我得到
Method 'setPressedAction' with Objective-C selector 'setPressedAction:' conflicts with setter for 'pressedAction' with the same Objective-C selector
我該如何解決?
謝謝!
謝謝!這工作。 – dwmeyer17