smartbot

Results 2 comments of smartbot

Not sure if this is the same issue, but it seems that the popover doesn't display correctly in iOS 8. ![screen shot 2014-09-15 at 2 45 41 am](https://cloud.githubusercontent.com/assets/1270602/4268862/fd5109da-3cb4-11e4-813e-cce314b015b7.png)

I ended up changing the _contentView frame location (by 30 pixels) in FPPopoverController.m to adjust for the overlap: _contentView = [[FPPopoverView alloc] initWithFrame:CGRectMake(0, 30, self.contentSize.width, self.contentSize.height)];