I was wondering how to push a viewcontroller using the UINavigationtionController but from left side. For now I know two ways
1) Using UIAnimations...
2) Using pop the viewcontroller rather than pushing!
Well its seems like when application has complex stacks then above methods does not seems to be appropriate methods to implement.
If you guys know any other way; please share your knowledge
Regards Zahur
Let me try to dig deep about this matter.
Let say a window based application has spiltview controller & Master view has tabview controller and each tabs has a uinavigation controller; aka content view controller; it becomes prety complex to manage the stacks.