I\'m getting an assertion failure while scrolling a picker view w/ zero data(zero rows). While scrolling the picker view I\'m getting this crash. Testing on iOS 6
The answer is actually very simple! After having some trouble with this myself, I discovered that you must set the delegate and the dataSource to the view controller that the picker view is connected to.