UILabel Hintergrundfarbe

Ich versuche mich zu ändern, das UILabel Hintergrundfarbe mit diesem code

- (void)viewWillAppear:(BOOL)animated
{
    [super viewWillAppear:animated];


    m_ShopName.text = m_CurrShop.m_Name;
    m_ShopAddress.layer.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.0].CGColor; 
}

aber nichts ist passiert.

  • UIButton.backgroundColor=
  • welche Klasse ist m_ShopAddress?
InformationsquelleAutor Amir | 2010-08-29
Schreibe einen Kommentar