viewWillAppear for subviews

Posted by nan on Stack Overflow See other posts from Stack Overflow or by nan
Published on 2010-06-01T13:51:37Z Indexed on 2010/06/01 15:23 UTC
Read the original article Hit count: 191

Filed under:
|
|
|

I have UIScrollView with multiple UIVIew subviews. I would like to update the data that is displayed by each UIView when they appear in the visible portion of the UIScrollView.

What is the callback that gets triggered? I tried viewWillAppear, but it does not seem to get called.

Thanks. :)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk