Putting two picker control on single UIView.
- by Amit Jain
Hi
I am having to picker controls on a single view with two outlets for each. Now when I select any of them same delegate methods are get called. How should we distinguish between which picker control has called the delegate ?
Another question is can we change the frame size of the pickers to fit in one view?
Thanks
Amit