Marlow Charite

Results 5 comments of Marlow Charite

@Piero87 interesting, the reason I asked is because I'm unable to get any blur in project against the iOS 8 target. Maybe it's an issue with the point I'm attempting...

@eclecticlogic in the end I had to set the views of the frosted controller and my menu controller to clear background

I had the same issue. Instead of using a segue you have to call `[self.storyboard instantiateViewControllerWithIdentifier:@"YOUR STORYBOARD ID HERE"];`. This will allow for the menu button and pan gesture to...

Has anyone figured out a way to fix this issue? Most of my screens incorporate a UITableView and the very last row always gets cut off.