Questions tagged [uipicker]

DO NOT USE. Please use the [tag:UIPickerView] tag

DO NOT USE. Please use the tag for all questions related to showing a spinning-wheel or slot-machine user interface on iOS.

142 questions
0
votes
3 answers

Customize UIPicker appearence

I was wondering if it's possible to customize a UIPicker in order to give it the appearence we want. I saw the Mappy iPad app picker here (on the left of the screenshot) and I want to do the same picker for my app. So, my question is : how to make…
0
votes
1 answer

UIPicker won't set text field

I have a custom Picker with country list and corresponding flags everything work fine, but i want when country is selected country name and the flag as background picture to be displayed and i don't understand why my method can't set text a text…
Alex
  • 81
  • 1
  • 7
-1
votes
1 answer

Uipicker background blur

When a uipicker gets presented to a screen. The background has a Light grey blur effect in the background by default. How do I change the color of this haze?
kitchen800
  • 197
  • 1
  • 12
  • 36
-1
votes
1 answer

Swift UIPickerView last column of data causes fatal crash

This is weird because I have two columns of data where the first column dictates what the second column will show when selected. Once I reach the last string in the first column then it will throw a fatal error, otherwise it works as it should. When…
Lukas Bimba
  • 817
  • 14
  • 35
-1
votes
1 answer

Set delay animation for UIPicker?

If I have this code below to tell the UIPicker if nothing is selected to set the feet to 1, How can I delay this action a few seconds? // If feet values are zero. if (([feetPicker selectedRowInComponent:0] == 0 & [feetPicker…
Jason
  • 650
  • 2
  • 10
  • 33
-2
votes
1 answer

Display picker and textfield like in address book phone and email entries

How can i display a picker and textfield on the same box, like it appears when you add a contact on the telephone and email fields. Tried searching for a solution, but could not find anything.
zirinisp
  • 9,971
  • 5
  • 32
  • 38
-2
votes
3 answers

UIpickerview containing 2 component, second should cotain 1component minus selected row ios

pickerview containing 2 component both having same data when I select first component then the selected component should not appear in second component
Anurag Kabra
  • 444
  • 1
  • 5
  • 18
1 2 3
9
10