Multiple Signatures on one Screen
MeetaB opened this issue · 1 comments
MeetaB commented
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 commented
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.