Re: Iphone view from object not from controller.

2010-10-20 Thread Fritz Anderson
I am embarrassed to have answered an iPhone question as though it were an OS X problem. I was thrown by the reference to "the currently topmost windows controller." Still, the general principles hold: This doesn't smell good for conformance to MVC, and that's a sign of trouble. The view contro

Re: Iphone view from object not from controller.

2010-10-20 Thread Fritz Anderson
On 19 Oct 2010, at 10:01 PM, Sandro Noël wrote: > I am wondering if there is a way to ask the currently topmost windows > controller to show a view... > from a descendant of NSObject that has no clue of the view stack, > > if so, how do I get a reference to that view controller from that NSObj

Iphone view from object not from controller.

2010-10-19 Thread Sandro Noël
Greetings. I am wondering if there is a way to ask the currently topmost windows controller to show a view... from a descendant of NSObject that has no clue of the view stack, if so, how do I get a reference to that view controller from that NSObject Descendant? Thanks! Sandro.__