Manually fade in a newly added subview?

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:20 UTC
Read the original article Hit count: 635

Filed under:
|
|

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

[self.view addSubview:someSecondaryViewController.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