Sportica   Sportica

UILabel 设置背景图片

   

UIColor *color = [UIColor colorWithPatternImage:[UIImage imageNamed:@"半透明title.png"]];
        uilabel.backgroundColor = color;
posted @ 2012-08-15 17:28  qingjoin  阅读(681)  评论(0编辑  收藏  举报
  Sportica