Picker view wont rotate- iPhone
- by lotuseater
hi,
I am making a booking page. I have included 3 pickers in it. I have included all the delegates required for the pickers to work but it wont rotate.
I have enabled user interaction and multitouch in the nib file. Here is my code. Please help me. :(
@interface ChooseContactsFrom : UIViewController {
IBOutlet UIPickerView *statePickup;
…