Usually, when DragAndDrop is performed from the Storyboard, the argument (sender:Any) is created.
I want to erase this and make it func without arguments.
You can code func without arguments first
@IBAction funconXxxBarButtonDidTouch(){
print("XxxBarButtonDidTouch!")
}
© 2024 OneMinuteCode. All rights reserved.