0

I have table view cell like this in a xib file:

cell

On iOS 8 it looks as I want, but on iOS 7 the image view on left side and view on the right side look like this:

cell

I know about iOS 8 margins and I have made constraints without the "Constraint to margins" option.

How can I make iOS 7 table view cell similar to iOS 8?

Michal
  • 15,429
  • 10
  • 73
  • 104
Silv.Def
  • 1
  • 1
  • 1

1 Answers1

1

You didn't show all the constraints. Here is an excellent auto-layout tableview sample which will walk you through the iOS Size Classes or just refer this tutorial.

Community
  • 1
  • 1
Vineeth Joseph
  • 5,177
  • 3
  • 17
  • 31