开发者

Shift UIImageView or similar Picture trough view

i want to shift images trough the app, maybe like in the album or something similar, so that i can watch one image after the next,...

how would you program t开发者_Go百科hat?

Such a kind of sliding would be nice


You should probably use multiple UIImageViews in a UIScrollView with its pagingEnabled property set to YES. Each UIImageView should be the size of the UIScrollView's bounds, and its contentSize's width should match the cumulated widths of all your UIImageViews.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜