Questions tagged [uipickerviewcontroller]

UIPickerViewController is a common misrepresentation of the combination of a UIPickerView, its delegate, and its data source.

UIPickerViewController does not exist in iOS, however it is commonly used to refer to a UIPickerView and its associated delegate and data source. Please use the and/or tags instead.

91 questions
-4
votes
1 answer

Click UIButton To Show UIPickerView and Select ID on Button Title : Swift

MY Scenario, I am trying to create button click to open UIPickerView and selecte picker data to show on button title using swift. Here, Toolbar also I would like to add into the pickerview controller. let button = UIButton(type: .custom) …
devmikle
  • 105
  • 2
  • 11
1 2 3 4 5 6
7