iPhone SDK reload UIView's content

Posted by Matt S. on Stack Overflow See other posts from Stack Overflow or by Matt S.
Published on 2010-03-20T00:57:41Z Indexed on 2010/03/20 1:01 UTC
Read the original article Hit count: 325

Filed under:
|
|

I have two views, one view takes the whole screen, the second view covers only a little portion. What I want is for that second view to be on the first view (which I already have done), but the problem is, when I set values (in this case UILabel's) the label on the screen doesn't display that new value. I know for a fact the method gets called, but for some reason it won't change the label's value.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uilabel