accessing view controller's view

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-20T00:14:54Z Indexed on 2010/04/20 0:23 UTC
Read the original article Hit count: 294

Filed under:
|
|

I am inside a class on a view-based app, one that was creating with one view controller.

WHen I am inside the view controller I can access its view using self.view, but how do I access the same view if I am inside a class?

[[UIApplication sharedApplication] delegate]... //??? what do I put here?

thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk