开发者

Make a view scrollable in an iPhone application

I am making a tabbar-based iPhone application. In one of the tab I need the scrollable开发者_如何学JAVA view. How can I make it?


You'll want to add a UIScrollView to the tab view. Some resources to get you started:

  1. UIScrollView Class Reference in the Apple documentation
  2. UIScrollView tutorial

Hope that helps!


Use a UIScrollView to make stuff scrollable.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜