- Registriert
- 23.08.09
- Beiträge
- 5
Hello everybody,
i've an issue with the attached XCode project. I have created an NIB-file with a containing UITabBarController. When I load this Nib in my AppDelegate and attach this controller as RootViewController my Tabbar is empty and only a part is displayed. Can anybody tell me what could be the reason?
Then I have an additional question. I've selected this Nib as Main interface for my project and connected my IBOutlet to the TabBarController but when I launch my app it crashes with the NSUnknownKeyException in UIApplication although my fileOwner is the AppDelegate?!
THanks a lot.
i've an issue with the attached XCode project. I have created an NIB-file with a containing UITabBarController. When I load this Nib in my AppDelegate and attach this controller as RootViewController my Tabbar is empty and only a part is displayed. Can anybody tell me what could be the reason?
Then I have an additional question. I've selected this Nib as Main interface for my project and connected my IBOutlet to the TabBarController but when I launch my app it crashes with the NSUnknownKeyException in UIApplication although my fileOwner is the AppDelegate?!
THanks a lot.
Zuletzt bearbeitet von einem Moderator: