mjspawn
Results
1
issues of
mjspawn
[UIView beginAnimations:@"stackScrolling" context:nil]; [UIView setAnimationDuration:.4f]; page.layer.transform = CATransform3DMakeScale(MINIMUM_SCALE,MINIMUM_SCALE, 1.f); NSLog(@"page layer orgin x is %f", page.layer.frame.origin.x); [UIView commitAnimations]; some layer not in correct frame 2014-04-24 17:41:25.830 SSStackView[1023:70b] page layer orgin...