-3
如何實現這樣的按鈕Three20並更改Three20的xib?就像從控制器到Three20一樣?
if (!self.albumController) {
self.albumController = [[AlThumbsViewController alloc] initWithNibName:@"" bundle:[NSBundle mainBundle]];
//I put in initWithNibName?
}
[self.navigationController pushViewController:self.albumController animated:YES];
[self.albumController release];
self.albumController = nil;
沒有辦法,在三個xib中生成我有一個例子,但我不太瞭解。 感謝所有
如何從一個視圖移動到另一個沒有見過另一個人「的.xib」?
自動翻譯不能理解 –