Hi!
With iOS 15 beta some custom UITableViewControllers has decided to add a gap between the navigation bar and the table view while others don't. They are created the same and added the same with the showViewController:sender: method.
I found a workaround by removing
[super viewWillAppear:animated];
in the viewWillAppear: method but I don't find this to be a good solution.
Does anyone have this issue as well or know a solution?
Best regards,
dumle