FPPopover provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.
Can the cells display subtitle? I had to attached myUITableViewController to a nib.
In the Storyboard I have the cell setup to show subtitle, however, when the popOver appears on the iPhone, only cell.textLabel.text is visible? cell.detailTextLabel.text is not appearing.
Can the cells display subtitle? I had to attached myUITableViewController to a nib.
In the Storyboard I have the cell setup to show subtitle, however, when the popOver appears on the iPhone, only cell.textLabel.text is visible? cell.detailTextLabel.text is not appearing.