Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 Adding Layout Margins Crash

When I try to add layout margins to a label on a TableViewCell, using the right panel on Xcode, I try to add Explicit Margins (top, Left, Bottom, Right). But, as soon as I input a number value, or tap the arrow to change the value, Xcode crashes.

I've attached a photo to show the panel I am trying to add the layout margins in, and where it crashes.

Any ideas why it wont let me adjust the margins?

Image - Edit Layout Margins Panel

like image 705
EvanOgo Avatar asked Nov 08 '16 03:11

EvanOgo


1 Answers

try to clear the constraints, connect/ reconnect the outlet and apply new constraints.

like image 52
mahdi Avatar answered Oct 05 '22 20:10

mahdi