Cards icon indicating copy to clipboard operation
Cards copied to clipboard

Delegates section to wiki

Open PetrGuan opened this issue 5 years ago • 2 comments

Also we need Delegates section! It's amazing.

PetrGuan avatar Sep 05 '18 09:09 PetrGuan

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

kraj011 avatar Nov 05 '18 01:11 kraj011

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.

PetrGuan avatar Nov 09 '18 09:11 PetrGuan