ykyouhei / KYDrawerController

Side Drawer Navigation Controller similar to Android
MIT License
622 stars 159 forks source link

UITableView layout issue. #153

Open Z1napp opened 3 years ago

Z1napp commented 3 years ago

Hello, I would like to have an updated version of library by fixing following issue:

[TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <UITableView: 0x116824800; frame = (0 0; 0 0); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x281324810>; layer = <CALayer: 0x281d0a980>; contentOffset: {0, 0}; contentSize: {0, 524}; adjustedContentInset: {0, 0, 0, 0}; dataSource: <_UIFilteredDataSource: 0x28131bde0>>

This issue is freezing my application. User need to press on navigationBar items couple times. Does anybody knows is there any support team member assigned to resolve issues? Because as I can see I'm not only one, who has that issue.