开发者

iPhone Homescreen/Weather app question [relating to views & gesture recognition]

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

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.

0

精彩评论

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