开发者

Add UINavigationController to UIViewController using Interface Builder

As my question looks simple to all the readers but it's making me mad because 开发者_开发知识库I have never used Interface builder till now. Through coding I am able to achieve it but by using IB i am not.

Here is how i linked.

Add UINavigationController to UIViewController using Interface Builder

Add UINavigationController to UIViewController using Interface Builder

These how I am showing the viewcontroller

JBRSettingsRootViewController *settingController = [[JBRSettingsRootViewController alloc]init];

[self presentModalViewController:settingController animated:NO];

[settingController release];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜