开发者

uibutton to push nib

开发者 https://www.devze.com 2023-01-25 07:02 出处:网络
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 n

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

精彩评论

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