Sportica   Sportica
摘要: //当用到UITableView 时。往往背景图片要根据内容的大小而定。但如果不用stretchableImageWithLeftCapWidth。刚图片拉出来会很难看。//图片自动适应内容大小 UIImage *chatImage=[UIImage imageNamed:@"bubble.png"]; chatImage = [chatImage stretchableImageWithLeftCapWidth:22 topCapHeight:14]; NSLog(@"tbvContentSizeForLines:%f",... 阅读全文
posted @ 2012-09-10 22:34 qingjoin 阅读(317) 评论(0) 推荐(0) 编辑
  Sportica