Reload UIVIew on UIVIew from Xib

Posted by ludo on Stack Overflow See other posts from Stack Overflow or by ludo
Published on 2010-04-29T04:04:09Z Indexed on 2010/04/29 4:07 UTC
Read the original article Hit count: 1398

Filed under:
|
|

Hi,

I have a UIViewController that I launch from a Xib file who's contain a UIView (0,0,320,480) and this UIView contain another UIView (0,0,320,250).

Inside my ViewController, I need to reload the second UIView bu clicking on a button, how to do that?

Thanks,

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone