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 .
精彩评论