I'm not sure how you have everything set up. But basically instead of calling the picker right in your viewDidLoad; make some other method whose only job is it present the picker; call it ShowMyPicker or something. Now, in your viewDidLoad do a performSelectorWithDelay where ShowMyPicker is the selector on whatever delay you want.
Does that make sense? Good Luck!
|