Two view App with root template view
Posted
by
Tieman
on Stack Overflow
See other posts from Stack Overflow
or by Tieman
Published on 2011-01-08T11:36:56Z
Indexed on
2011/01/08
11:53 UTC
Read the original article
Hit count: 226
Hi I was wanted to do Application witch have a root template view with a nice logo on top or something adn load other views just below
(here is what I have right now: Test App )
But I have a little problem. If I'll remove a comment in file TestAppDelegate.m on line 58
//[currentView release];
Application will crash with bunch of errors when I try to switch views. But if I comment this line Project analyzer is telling me that I have a potential leak with currentView variable.
Can somebody spare some time and see in that code what I did wrong?
© Stack Overflow or respective owner