Added some rather fickle debugging.

This commit is contained in:
Pietro Gagliardi 2016-06-11 23:52:35 -04:00
parent 9650770554
commit fc2218b51c
1 changed files with 5 additions and 0 deletions

View File

@ -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)