My Application has a navigation and UITableView. I set backgroundColor to my tableView. Look at the picture bellow. I don't understand why the first cell is not started from top of UITableView. When I use View Debbuger in Xcode, TableViewWrapperView is not fulled in UITableView.
I already searched many times. I removed check Adjust Scroll View Insets
and set .zero
tableview's contentinsets
. At last I made New Project and make it again but I can't.
How can I resolve this problem!!