I have two UIPickerViews that need to go to different datasouces. The closest answer I could find was this: Multiple UIPickerViews
But I can't figure out how to do the follwoing:
you can create two classes - one data source for each picker view, and manually assign them to the picker view instances in the viewDidLoad method
Seems easy, but code really use an example.