开发者

Shift UIImageView or similar Picture trough view

开发者 https://www.devze.com 2022-12-11 22:06 出处:网络
i want to shift images trough the app, maybe like in the album or something similar, sothat i can watch one image after the next,...

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

精彩评论

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