This is not a question, rather a solution to the problem I faced.
In Xcode 7, when the application is run on iOS 9 on iPad devices, the UITableViewCell
UITableViewCell
I hope this is helpful.
if #available(iOS 9.0, *) { myTableView.cellLayoutMarginsFollowReadableWidth = false }