Thursday 15 March 2012

ios - How to create selector with multiple argument in swift -



ios - How to create selector with multiple argument in swift -

hello may silly question want know how create selector multiple argument in objective c

for example:

[mybutton addtarget:self action: @selector(buttontapped:data:), forcontrolevents:uicontrolstatenormal]

i not able create kind of selector in swift can out there help me in this.

many in advance

this worked me:

selector("buttontapped:data")

ios objective-c iphone swift

No comments:

Post a Comment