I want to implement the side swiping gesture to go from one objet to another. Just trying to figure out what its c开发者_JS百科alled so I can start looking up some tutorials.
Add your view controllers to UIScrollView
and set the pagingEnabled
property of the scroll view to YES.
The small dots displyed at the bottom of the iPhone's home screen is UIPageControl
. You need to configure it to fit your needs.
You can use a UIScrollView to implement paging.
精彩评论