Manually animate a view fading in?

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-05-17T00:02:50Z Indexed on 2010/05/17 0:10 UTC
Read the original article Hit count: 179

Filed under:
|
|

I want a view to fade in when being added to the stack via

[self.view addSubview:phrasesEditor.view];

How do I animate this call so that the view fades in (and out)?

© Stack Overflow or respective owner

Related posts about iphone-os

Related posts about subview