SORU
19 Mart 2010, Cuma


Nasıl UİButton başlık rengini değiştirebilir miyim?

Düğmeye bir program aracılığıyla oluşturmak

button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[button addTarget:self 
       action:@selector(aMethod:)
forControlEvents:UIControlEventTouchDown];
[button setTitle:@"Show View" forState:UIControlStateNormal];
button.frame = CGRectMake(80.0, 210.0, 160.0, 40.0);
[view addSubview:button];

nasıl başlık rengini değiştirebilir miyim?

CEVAP
19 Mart 2010, Cuma


-[UIButton setTitleColor:forState:] bunu yapmak için kullanabilirsiniz.

Örnek:

buttonName setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];

5* *için teşekkürler

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Chaoticmoogle

    Chaoticmoogl

    13 ŞUBAT 2006
  • Excel Video Tutorials

    Excel Video

    6 Aralık 2012
  • RawBrahs

    RawBrahs

    28 Aralık 2010