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

Properties only applying on second time sidebar opened #87

Open NathanFlurry opened 10 years ago

NathanFlurry commented 10 years ago

Hello,
I'm trying to resize my sidebar, but the changes are only reflecting after the only time I open the sidebar.

@implementation MenuViewController

- (void)viewDidLoad
{
    [self.frostedViewController setLimitMenuViewSize:TRUE];
    [self.frostedViewController setMenuViewSize:CGSizeMake(200, [[UIScreen mainScreen] bounds].size.height)];
}

If someone could help me, that would be great.

Thank you!

P.S. Thanks for the amazing class!