I have made a Tab Bar app and have added a UIPickerView in the XIB file. But when I come to building it it is not visible on the tab item. Just to note it is hidden or ‘de-alphred’ and also I have connected it to the Delegate. I used this Youtube tutorial.
Share
It seems delegate issue.
Add this line to ViewDidLoad method and it will appear:
P.S. Also in .h file you should adopt UIPickerViewDelegate protocol like this: