【发布时间】:2011-01-20 09:48:02
【问题描述】:
您好,我有一个问题,我想进行水平过渡,但在其他论坛上他们说这是不可能的
CrossViewController *screen = [[CrossViewController alloc] initWithNibName:nil bundle:nil];
screen.modalTransitionStyle = UIModalTransitionStyleCoverVertical;//here i must add som horizontal transition animation
[self presentModalViewController:screen animated:YES];
[screen.but setTitle:@"funguje" forState:UIControlStateNormal];
//screen.vyberUcet;
[screen release];
我发现了,但它不起作用
谢谢
【问题讨论】:
标签: objective-c cocoa-touch uikit uiviewcontroller