开发者

Objective C, scrolling menu thumbnail

开发者 https://www.devze.com 2023-03-02 06:06 出处:网络
how to make menu like this on iPad o开发者_开发问答r iPhone application can anyone help me ? thanks

how to make menu like this on iPad o开发者_开发问答r iPhone application

Objective C, scrolling menu thumbnail

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.
0

精彩评论

暂无评论...
验证码 换一张
取 消