天天看点

iOS 设置UILabel的背景图片

    UIColor *color = [UIColor colorWithPatternImage:[UIImage imageNamed:@"common_card_background_highlighted.png"]];

    [self.label setBackgroundColor:color];