0

I'm not sure why this happen?.

Because in other projects, with the same lines, it worked perfectly.


enter image description here


Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
Joe
  • 87
  • 1
  • 13

1 Answers1

1

Check your @IBOutLet it's named market

Just change the name with

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

Check the declaration name of UIPickerView.

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136