romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.96k stars 494 forks source link

Presenting REFrostedViewController #75

Closed bizibizi closed 10 years ago

bizibizi commented 10 years ago

How can I present Right REFrostedViewController from left side?

privet!

romaonthego commented 10 years ago

There's a property direction:

frostedViewController.direction = REFrostedViewControllerDirectionLeft;
bizibizi commented 10 years ago

I am not correctly formulate my question, I want to present Right REFrostedViewController (REFrostedViewControllerDirectionRight) like pushing it from left. Is it possible? Or that method can I override?

And I want to it only if I present any ViewController from this REFrostedViewController (REFrostedViewControllerDirectionRight) and now I dismiss it

If I do it now, REFrostedViewController (REFrostedViewControllerDirectionRight) presented from Right and my CustomViewController dismissed to Right - looks not good