float scale = 0.1; UIView *view = (UIView *)[_dateArray objectAtIndex:(sum - 1)]; float width = view.frame.size.width; float height = view.frame.size.height; [UIViewanimateWithDuration:1animations:^{ CGAffineTransform tranform = CGAffineTransformScale(CGAffineTransformIdentity,scale, scale); ... Read More
posted @ 2013-07-12 11:09 leevaboo Views(166) Comments(0) Diggs(0)