摘要: View animations on the iPhone are wonderful. Used properly they will delight your users and help your application stand out. The iOS provides a suite of methods for animating your interface, including the excellent UIView class method+ (void)animateWithDuration:(NSTimeInterval)duration animations:(v 阅读全文
posted @ 2013-10-31 14:41 LeverLiu 阅读(439) 评论(0) 推荐(0) 编辑
摘要: It looks like the view hierarchy changed slightly in ios7 for table view cells.You can try setting the clips to bounds on the contentView's superview:[cell.contentView.superview setClipsToBounds:NO];If you add the following to your sample code and run on ios7 vs ios6, you'll see there's 阅读全文
posted @ 2013-10-31 14:35 LeverLiu 阅读(276) 评论(0) 推荐(0) 编辑