开发者

uibutton to push nib

is there any w开发者_StackOverfloway i can make a uibutton push a nib in my nav controller?


Your Question is not that clear, My interpretation of it is that you want to push a new controller onto the nav stack that has been initialised by a nib..

myViewC= [[[MyViewController alloc] initWithNibName:@"MyViewController" bundle:nil];

[navigationController pushViewController:myViewC animated:YES];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜