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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: