我有一个小的浮动UIView,viewHover,它充当2个视图的容器“viewHot和viewCold”
我在viewHot和viewCold之间进行了一次放大,然后进行了放大转换我已经看过几次了。
这可能吗?
答案 0 :(得分:1)
这可能有助于其他人...
// hotViewController.m
hotViewController *hotController = [[[hotViewController alloc] init] autorelease];
[hotController setModalTransitionStyle:UIModalTransitionStyleCrossDissolve];
[self presentModalViewController:hotController animated:YES];
// coldViewController.m
-(IBAction)back:(id)sender {
[self dismissModalViewControllerAnimated:YES];
}
答案 1 :(得分:0)
不可能,因为该转换不存在