2014年7月16日
摘要: UILabel *infoLabel = [[UILabel alloc]initWithFrame:CGRectMake(95, 20, 190, 70)]; infoLabel.backgroundColor = [UIColor clearColor]; infoLabel.textAl... 阅读全文
posted @ 2014-07-16 12:54 助金 阅读(1676) 评论(0) 推荐(0)
摘要: UIImage *image = [[UIImage imageNamed:@"test.png"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 10, 0, 10)];其中Insets这个参数的格式是(top,left,bottom,right)... 阅读全文
posted @ 2014-07-16 12:42 助金 阅读(308) 评论(0) 推荐(0)