开发者

uiview to uinavigation? app delegate?

开发者 https://www.devze.com 2023-03-20 16:46 出处:网络
So, the app I am w开发者_运维知识库orking on starts out with a regular view controller (Root View). Upon click of one of the buttons I want a Navigation Controller pushed. Do I need to make the Root V

So, the app I am w开发者_运维知识库orking on starts out with a regular view controller (Root View). Upon click of one of the buttons I want a Navigation Controller pushed. Do I need to make the Root View controller the delegate? I've already tried using MyAppsNameAppDelegate as the delegate but it didn't work or I don't know what I'm doing.

Should I start over and follow this suggestion? loading a UINavigation controller from a UIView

I don't want to do this programmatically either. I'm not ready for that yet.


To speed up your project, I suggest you to start over the project from Navigation-based App instead of View-based App. The Navigation-based App template has wired up things for you by default.

0

精彩评论

暂无评论...
验证码 换一张
取 消