2014年5月18日

IOS UIActivityIndicatorView 等待指示器

摘要: 自己做的一个 等待指示器 #import @interface RockIndicatorView : UIView{ }@property(nonatomic,strong) UIView * indBgView;@property(nonatomic,strong) UIActivityIndi... 阅读全文

posted @ 2014-05-18 23:17 景树园 阅读(298) 评论(0) 推荐(0)

UILabel 自适应大小

摘要: NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStylealloc]init]; paragraphStyle.lineBreakMode = NSLineBreakByWordWrapping; NSDict... 阅读全文

posted @ 2014-05-18 23:15 景树园 阅读(255) 评论(0) 推荐(0)

CGAffineTransformScale

摘要: [UIViewbeginAnimations:nilcontext:nil]; [UIViewsetAnimationDuration:0.5]; _imgView.transform = CGAffineTransformScale(CGAffineTransformIdentity, 0.... 阅读全文

posted @ 2014-05-18 10:13 景树园 阅读(455) 评论(0) 推荐(0)

导航