开发者

UIView animation slide similar to this picture

开发者 https://www.devze.com 2023-03-06 20:38 出处:网络
I have been searching for a way to do the following: http://a5.mzstatic.com/us/r1000/014/Purple/9c/af/dc/mzl.hdgiidhq.320x480-75.jpg

I have been searching for a way to do the following:

http://a5.mzstatic.com/us/r1000/014/Purple/9c/af/dc/mzl.hdgiidhq.320x480-75.jpg

I want to have a view but be able to slide through them so they show up one by one.. each view pulls up new data from my p开发者_开发问答list.

I am not sure what this method is called to properly research it.

could someone please point me in the right direction?


Check out the sample code for Page Control. It shows the basics of a paging scroll view with different subviews on each page.

One of the important concepts is reusing the subviews, which you'll find out about in the sample code.


I think you need a scroll view with paging. User can view its subviews by swiping. This is not an innovative functionality. It is the default functionality of scrollview.

Hope this helps ...

0

精彩评论

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

关注公众号