diff --git a/PhotoTweaks/PhotoTweaks/PhotoTweaksViewController.m b/PhotoTweaks/PhotoTweaks/PhotoTweaksViewController.m index 78eda6f..f064416 100644 --- a/PhotoTweaks/PhotoTweaks/PhotoTweaksViewController.m +++ b/PhotoTweaks/PhotoTweaks/PhotoTweaksViewController.m @@ -40,7 +40,10 @@ - (void)viewDidLoad self.view.clipsToBounds = YES; self.view.backgroundColor = [UIColor photoTweakCanvasBackgroundColor]; - +} + +-(void)viewWillAppear:(BOOL)animated{ + [super viewWillAppear:animated]; [self setupSubviews]; }