I have a Tab Bar with some view controllers, and one of the controller contains a TableView. My problem is that it appears in black 90% of the time. May be it is linked I think to the constraint, the size, because if I touch the constraint, the size, the frame origin, some times it is not black.
Impossible to avoid the blackscreen, and a tableview well displayed with the good size, at the good position. It is very frustrating because all is working on the other 4 viewcontrollers except that view that contains the tableview.
viewController on simulator with no constraints:
viewControlelr on simulator with constraints (whatever the change I do, it doesn't display correctly. The buttons disappear, the label too).
I tried the solutions in this tickets with no success:
self.definesPresentationContext = true
(I precise that I am trying to find a solution to this, not adding lots of navigationcontrollers after the tabBar or changing the tab bar method itself)
Any suggestions?