You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if youre still interested, but its pretty easy to implement. At the top of your class, make sure it extends the CardDelegate class and set your card delegate to self (myCard.delegate = self). Then inside your class and outside of other classes, just type card and you'll see autofill come up with all of the delegate methods and they are all pretty self explanatory :D
Not sure if youre still interested, but its pretty easy to implement. At the top of your class, make sure it extends the CardDelegate class and set your card delegate to self (myCard.delegate = self). Then inside your class and outside of other classes, just type card and you'll see autofill come up with all of the delegate methods and they are all pretty self explanatory :D
Thanks for the head up, it really helps. But I still think the Wiki part is very helpful.
Also we need Delegates section! It's amazing.
The text was updated successfully, but these errors were encountered: