天天看點

iOS 設定UILabel的背景圖檔

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

    [self.label setBackgroundColor:color];