Added some rather fickle debugging.
This commit is contained in:
parent
9650770554
commit
fc2218b51c
|
@ -410,6 +410,11 @@ struct uiGrid {
|
|||
CGFloat padding;
|
||||
NSLayoutConstraint *c;
|
||||
|
||||
dispatch_after(
|
||||
dispatch_time(DISPATCH_TIME_NOW, 3 * NSEC_PER_SEC),
|
||||
dispatch_get_main_queue(),
|
||||
^{ [[self window] visualizeConstraints:[self constraints]]; }
|
||||
);
|
||||
self->padded = p;
|
||||
padding = [self paddingAmount];
|
||||
for (c in self->inBetweens)
|
||||
|
|
Loading…
Reference in New Issue