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:
- UIScrollView Class Reference in the Apple documentation
- UIScrollView tutorial
Hope that helps!
Use a UIScrollView to make stuff scrollable.
精彩评论