Search code examples
objective-ciosipaduser-interface

Drawing a custom picker wheel


I'd like to create a wheel that will load some objects(different colors for instance) which the user can "spin" to see additional colors, something like this:

Image sample here

but I'm not sure where to begin. I'd like to be able to load up as many colors as I want, then queue/dequeue them as they move into and out of the visible view window. After some research, I'm getting the impression that using a UIScrollView is the way to achieve this? I'm going to dig some more into that option, but in the meantime it would be nice to know if that is the correct way to go or if that's totally wrong and there is some other/better approach.


Solution

  • Check out these iDevBlogADay posts from August & September 2011:

    You may find them quite useful for what you are trying to do.