FPPopover icon indicating copy to clipboard operation
FPPopover copied to clipboard

Fatal Exception NSInvalidArgumentException -[UIImage tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x2b3a69e0

Open PatrickHaas opened this issue 11 years ago • 1 comments

0 ... CoreFoundation exceptionPreprocess + 162 3 CoreFoundation __forwarding + 392 4 CoreFoundation _CF_forwarding_prep_0 + 24 5 UIKit -[UISectionRowData refreshWithSection:tableView:tableViewRowData:] + 1554 6 UIKit -[UITableViewRowData rectForFooterInSection:] + 314 7 UIKit -[UITableViewRowData heightForTable] + 52 8 UIKit -[UITableView(_UITableViewPrivate) _updateContentSize] + 324 9 UIKit -[UITableView _rectChangedWithNewSize:oldSize:] + 256 10 UIKit -[UITableView setFrame:] + 224 11 DVAG-Cloud
FPPopoverView.m line 512 -[FPPopoverView setupViews] 12 DVAG-Cloud FPPopoverView.m line 527 -[FPPopoverView setFrame:] 13 DVAG-Cloud FPPopoverController.m line 556 -[FPPopoverController bestArrowDirectionAndFrameFromView:] 14 DVAG-Cloud FPPopoverController.m line 183 -[FPPopoverController setupView]

In this case the contentRect has a negative size and I don't know where this came from :(

PatrickHaas avatar Jul 23 '13 06:07 PatrickHaas

fyi i had a table view as content view in the popover..

PatrickHaas avatar Jul 23 '13 06:07 PatrickHaas