UIPickerView Datasource & Delegate: ERROR -


i'm not sure why happen?.

because in other projects, same lines, worked perfectly.


enter image description here


check @iboutlet it's named market

just change name

self.market.datasource = self self.market.delegate = self 

check declaration name of uipickerview.


Comments