Hello it may be silly question but i want to know how to create selector with multiple argument like in Objective C
for example:
[myButton addTarget:self action: @selector(buttonTapped:data:), forControlEvents:UIControlStateNormal]
i am not able to create this kind of selector in Swift can anybody out there to help me in this.
Many Thanks in advance