iOS: TableViewCell background for iPad on iOS 9

2019-09-16 17:44发布

问题:

I have some strange situation with background of TableViewCell when app is running on iPads - on simulator or on a real device under iOS 9.

I use XCode 8.3 for developing my app. On iPhones application looks perfect. And I cannot found the cause. It happenes with all TableVies on iPad with iOS 9. With iOS 10.3 it works with no issues.

Here is my setup:

How it looks like on iPad with iOS 10.3:

And how it looks like on iPad with iOS 9:

In the same time on iPhone 4S with iOS 9:

What makes the difference?

回答1:

AsLarme advised, I have changed background colour for content view of table view cell and it solved the issue.