Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delegates section to wiki #77

Open
PetrGuan opened this issue Sep 5, 2018 · 2 comments
Open

Delegates section to wiki #77

PetrGuan opened this issue Sep 5, 2018 · 2 comments

Comments

@PetrGuan
Copy link

PetrGuan commented Sep 5, 2018

Also we need Delegates section! It's amazing.

@PaoloCuscela PaoloCuscela changed the title Customization cards picture broken Delegates section to wiki Oct 8, 2018
@kraj011
Copy link

kraj011 commented Nov 5, 2018

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

@PetrGuan
Copy link
Author

PetrGuan commented Nov 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants