0

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:

setup

How it looks like on iPad with iOS 10.3:

iOS 10

And how it looks like on iPad with iOS 9:

enter image description here

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

enter image description here

What makes the difference?

DJ-Glock
  • 1,277
  • 2
  • 12
  • 39

1 Answers1

0

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

DJ-Glock
  • 1,277
  • 2
  • 12
  • 39