travisjbeck

Results 1 issues of travisjbeck

#pragma mark View Handlers - (void)layoutTokensAnimated:(BOOL)animated { CGFloat newHeight = [self layoutTokensInternal]; if (self.bounds.size.height != newHeight){ // Animating this seems to invoke the triple-tap-delete-key-loop-problem-thing™ [UIView animateWithDuration:(animated ? 0.3 : 0)...

Tom Bug