Open haranicle opened 8 years ago
This fixed it.
For not messing up the Framework I used
if([self.quickDialogTableView respondsToSelector:@selector(setCellLayoutMarginsFollowReadableWidth:)]) {
self.quickDialogTableView.cellLayoutMarginsFollowReadableWidth = NO;
}
in viewWillAppear.
This fixed the issue for me, thanks!
Is QuickDialog still being maintained?
Fix this issue. http://stackoverflow.com/questions/32845075/ios-9-uitableview-cells-text-label-not-the-full-width-of-the-uitableview