hey, guys. if you want to make a career out of building mobile apps, i'm inviting all of you to join bitzio. we are looking for competent and talented mobile apps developers to be part of the company.bitzio can truly help you market the applications you developed and of course earn money from it. visit my channel for more details. feel free to leave your comments too
Hi mate, very good tutorial. Just a question: I followed all the steps, no errors detected at all. However, when i build and run, instead of the list of names on the picker, i get a question mark, but the names are displayed on the label field... any suggestions mate? Cheers :)
Would you have a tutorial where you could link these to different pages rather then labels? For instance when i select on on the wheel and hit submit, I would like it to take me to a blank screen?
where did you learn all these codes? im new to this stuff could you give me some advice? i know understand it takes a lot of patience but where should i start??
This is a great tutorial. Could you show/tell me how to do the same thing, with one addition ..... click a UIButton that popsup an AlertView with the UIPicker in it. Then scroll the UIPicker (just tlike in your video) to change the label. Then dismiss the AlertView. I am having a lot of problems trying to work that out. Thanks.
This has been flagged as spam show
hey, guys. if you want to make a career out of building mobile apps, i'm inviting all of you to join bitzio. we are looking for competent and talented mobile apps developers to be part of the company.bitzio can truly help you market the applications you developed and of course earn money from it. visit my channel for more details. feel free to leave your comments too
bitziomedia 2 weeks ago
How can I find an item in the UIPickerview
[pickerType selectRow:1 inComponent:0 animated:NO];
This code will find the 2nd item. I want to find an item in the UIPickerView by name rather than position
davepamn 2 weeks ago
How do you get it to display other text when you select something in the picker?
yourgeekneeds 2 months ago
@yourgeekneeds
if ([ArrayName objectAtIndex:[PickerViewName selectedRowInComponent:0]] == @"Row Name")
Just repeat that and put the code of whatever you want the selected row to do in between the if statements.
XcodeDev 2 months ago
@XcodeDev I apologize but I am pretty new to this. What should it exactly look like for this tutorial?
yourgeekneeds 2 months ago
excellent tutorial. good job
xalkin 3 months ago
Good Video! thanks
p.s. can i have the code ??
MrEsaurit0 4 months ago
Hi mate, very good tutorial. Just a question: I followed all the steps, no errors detected at all. However, when i build and run, instead of the list of names on the picker, i get a question mark, but the names are displayed on the label field... any suggestions mate? Cheers :)
Caifan79 5 months ago
lol, i found the issue :) thanks anyway for reading :)
Caifan79 5 months ago
hi , is there any source code thanks!
AlsonIsHere 7 months ago
Would you have a tutorial where you could link these to different pages rather then labels? For instance when i select on on the wheel and hit submit, I would like it to take me to a blank screen?
MoviesOnYewTube 7 months ago
change it so when you click the centre video to play from a pause it doesnt redirect to your channel. otherwise nice video
Sam1223100 7 months ago
where did you learn all these codes? im new to this stuff could you give me some advice? i know understand it takes a lot of patience but where should i start??
xSAVAGEx650 8 months ago
@xSAVAGEx650 Books, Google, Developer Forums, and YouTube.
XcodeDev 8 months ago
maybe you could practice before the next one. then do something non-trivial and post the code. needs work.
harryl1 10 months ago
Comment removed
harryl1 10 months ago
This is a great tutorial. Could you show/tell me how to do the same thing, with one addition ..... click a UIButton that popsup an AlertView with the UIPicker in it. Then scroll the UIPicker (just tlike in your video) to change the label. Then dismiss the AlertView. I am having a lot of problems trying to work that out. Thanks.
nctata 11 months ago
hey can u pls do a video show how to choose a random option from pickerview. like a randomizer pls!!
soccaplaya786 1 year ago
is it possible to use huge graphics in pickerviews instead of text?
Fablus22 1 year ago