Objective C, scrolling menu thumbnail
how to make menu like this on iPad o开发者_开发问答r iPhone application
can anyone help me ?
thanks
Set the backgroundView's alpha to 0.5.
Create A UIScrollView
Add Images to the scrollView
Add a transform to the images as the images are scrolled through.
Or
- Download Coverflow: http://cocoacontrols.com/platforms/ios/controls/tapku-coverflow and implement it.
精彩评论