开发者

Make a view scrollable in an iPhone application

开发者 https://www.devze.com 2023-03-09 03:45 出处:网络
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 ge

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

精彩评论

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