Deleted nib still displayed when controller is pushed
Posted
by yahuie
on Stack Overflow
See other posts from Stack Overflow
or by yahuie
Published on 2010-05-26T18:09:49Z
Indexed on
2010/05/26
18:11 UTC
Read the original article
Hit count: 164
iphone
I have an application with a UINavcontroller under a tab bar controller. To create the navigation model I want, I push a container UIView object onto the stack to manage additional views(Thanks Frank). When I created the container class, an associated nib file was created along with it. I at first used that nib file, but it turned out it was better not to. So I deleted the nib (and selected 'also move to trash'). The problem is that it still shows up when I push its view controller onto the stack. I have tried emptying the cache in xcode and restarting xcode. What am I missing?
© Stack Overflow or respective owner