-(void)buttonClicked:(id)sender{
NSLog(@"welcome button");
testWebView = [[[TestWebView alloc]init] autorelease];
[self presentModalViewController:testWebView animated:YES];
[testWebView test];
}
我觸發buttonclicked並在那裏我需要做PushViewController。需要在基於視圖的應用程序中添加pushviewcontroller
我的應用程序是基於視圖的應用
@All
感謝advance./
testWebView是繼承自uiview還是uiviewcontroller? – Rony 2011-05-10 11:37:24
testwebview是從uiviewcontroller – 2011-05-10 11:42:34
因此,你想從基於視圖的應用程序切換到基於導航的應用程序? – 2011-05-10 12:01:52