开发者

iphone :- how can i change Animated Style change

开发者 https://www.devze.com 2023-02-06 03:36 出处:网络
i have one a开发者_如何学Pythonpplication with Arabic language .in this i want to show navigation animatedfromright to left.

i have one a开发者_如何学Pythonpplication with Arabic language .in this i want to show navigation animated from right to left.

means in Arabic language all things are in mirror view of english. so i want way how can i show this things ok ?

wright now my view is going in right side . but i want a way to for navigation in left side.


ohhhhhhh yesssssss

finally i got answer we can do this like this ..

[self.navigationController pushViewController:obj transition:2 forceImmediate:YES];

it really nice code .

0

精彩评论

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