开发者

TTURLAction applyAnimated doesn't animate

开发者 https://www.devze.com 2023-03-19 09:46 出处:网络
I currently use the Three20 framework for a project. But the following doe开发者_Go百科sn\'t work as aspected. It doesn\'t preform any animation, it simply pushes the screen directly on top.

I currently use the Three20 framework for a project. But the following doe开发者_Go百科sn't work as aspected. It doesn't preform any animation, it simply pushes the screen directly on top.

[[TTNavigator navigator] openURLAction:[[TTURLAction actionWithURLPath:@"lp://miniapp/1"] applyAnimated:YES]];

I tested in the simulator and on the device.


TTURLAction *urlAction=[[[TTURLAction alloc] initWithURLPath:strTTURL] autorelease];
urlAction.animated=YES;
[[TTNavigator navigator]openURLAction:urlAction];
0

精彩评论

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