开发者

Pagination with UiScrollview and rendering the next page

开发者 https://www.devze.com 2023-02-15 18:30 出处:网络
I have implemented the UIScrollView with pagination, according to the PhotoScroller example. However, I cannot get it to work nicely. I use an viewController which loads an XIB. But when scrolling th

I have implemented the UIScrollView with pagination, according to the PhotoScroller example.

However, I cannot get it to work nicely. I use an viewController which loads an XIB. But when scrolling the page does not actually update until it is complete in view (so it doesn开发者_C百科't seem to render the layout with the data until it is completely in view)

I load the data on Loadview (as viewWillAppear never seems to be called in this scenario). Any suggestions how I can have the whole view rendered when it is created so it shows while scrolling towards it? I am at a loss and think I tried almost everything (except the obvious probably).

(edit: the views that were loaded are stored in a mutable dictionary for recall when scrolling back, and they for correctly)


The way I solved it was to implement the example App and instead of only loading the pages around the current page when scrolling starts, to preload the pages around. That seems to work perfect.

0

精彩评论

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

关注公众号