- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated
This function load a view from right side. How can I Load a view from left side?
This function load a view from right side. How can I Load a view from left side? |
|||||||||
|
|
Here it is
For this you have to |
|||||||||||
|
|
don't think there is a readymade way to do that. You will have to animate the view yourself using |
|||||||||||||
|
|
if you already been pushed to a viewController you can use this:
|
|||||||||||||
|
|
Similar question already asked here, have a look upon it. The correct answer is with the tick. |
|||
|