Hi Laurent
No apologies please, your input did guide me in the right direction.
The structure of my application was some kind of workaround of the problem
where NavigationController cannot be loaded from a nib, at least not like the
other type of controllers due to the fact that this guy create
On Jul 26, 2010, at 13:33, Matt Neuburg wrote:
> On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere
> said:
>> Hi Matt
>>
>> Thanks for the advice.
>>
>> So, if I got it right, I have to remove the second controller from my main
> window nib file and put it elsewhere. Otherwise, it gets created
On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere
said:
>Hi Matt
>
>Thanks for the advice.
>
>So, if I got it right, I have to remove the second controller from my main
window nib file and put it elsewhere. Otherwise, it gets created at the same
time as the other. I did that to go around a problem
Hi Matt
Thanks for the advice.
So, if I got it right, I have to remove the second controller from my main
window nib file and put it elsewhere. Otherwise, it gets created at the same
time as the other. I did that to go around a problem with the Navigation
Controller. This guy doesn't get loade
>Everywhere, it is said that it should be handled automatically when adding the
subview to the window but it doesn't seem to work, at least not with my
controller layout.
My experience is that you have to wait until the window's primary subview
has itself rotated before you do any further interfac
Hi all
I've read a lot of articles on the subject but still could not figure out how
to solve my issue.
I have a multiview iPhone application. One of those views is a Navigation view
of course controlled by a Navigation controller. The other view is a full
screen image view, which is also the