My app loads a table. The simulator iPhone 8 runs perfectly. The same app run on any other simulator will not load the table properly. This is strange behavior to say the least. Has anyone encountered anything like this or is this a function of Xcode 12.5.1 and its simulators? BTW, this app will not run on my iPhone 12 mini either.
Using Xcode 12.5.1 (current ver)
The same app run on any other simulator
Which simulator precisely ? Is it related to screen size ?
will not load the table properly.
That's not enough information. what do you get exactly ? No table at all ? empty table ? Ill positioned table ? …
Could you show:
- the full code related to tableView
- screen copy of the constraints you defined for the tableView