HI, I am new to iPhone especially the Graphics part, I want to develop a Image Rotators just like the UIPickerView. but with my own custom design, It will look like something like the Casino Slot Machine, Can anybody guide me to some resources to do the Task in hand.
Share
The UIPickerView allows for custom images to be used in the delegate. You can create your own custom UIView and add an image to it. Look at the documentation.