Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone understand how Apple manipulated the regular UIPickerView to look like the image below? Instead of two rows, I only need one in the middle. If anyone can point me in the right direction or show me a tutorial I'd really appreciate it.enter image description here

share|improve this question

1 Answer

up vote 1 down vote accepted

Try making a narrow picker view. Set it atop an image view. Fill the image view with a screenshot of the picker background.

share|improve this answer
That's probably not the proper way of doing it, but where would I find a blank pickerview background? – shabzco May 8 '11 at 18:29
awesome man, thanks so much! – shabzco May 10 '11 at 2:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.