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

view controller on the right instead of the left #68

Closed Zaqout closed 10 years ago

Zaqout commented 10 years ago

How would i Place the whole view controller on the right instead of the left? how can i implement this at both side in same time using storyboard

Zaqout commented 10 years ago

in DEMOMenuViewController.m after viewDidLoad self.frostedViewController.direction = REFrostedViewControllerDirectionRight;

bishalg commented 10 years ago

@Zaqout : how about implement this at both side at the same time using StoryBoard ? ie i want something like self.contentViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"contentViewController"]; self.leftMenuViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"leftMenuViewController"]; self.rightMenuViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"rightMenuViewController"];

adrian-schnell commented 10 years ago

I'd love to use that as well. Any suggestions?

smasso-dev commented 10 years ago

any news about this last issue? thanks @rootilein @bishalg