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

Multiple Signatures on one Screen #49

Open
MeetaB opened this issue Feb 12, 2018 · 1 comment
Open

Multiple Signatures on one Screen #49

MeetaB opened this issue Feb 12, 2018 · 1 comment

Comments

@MeetaB
Copy link

MeetaB commented Feb 12, 2018

Hi,
I have a requirement of multiple signatures on one Screen using one VC. How can I differentiate delegate of each signature imageview? Is there some unique identifier like tag which I can use to identify which imageview should I update the sign in?

@phoney
Copy link

phoney commented Mar 27, 2018

The delegate callbacks do send self as the first parameter. However, in order to use them you would need to make the view controllers child view controllers, and I don't think they were designed for that. They call dismiss() for instance.

Honestly you probably shouldn't use the view controller that's included. It's very unlikely to fit your exact needs. Just add the signature views you need and the buttons you need to your own view and go from there.

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

No branches or pull requests

2 participants