Putting two picker control on single UIView.

Posted by Amit Jain on Stack Overflow See other posts from Stack Overflow or by Amit Jain
Published on 2009-08-25T12:55:07Z Indexed on 2010/03/30 12:13 UTC
Read the original article Hit count: 548

Filed under:

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

© Stack Overflow or respective owner

Related posts about iphone-sdk