SORU
16 Temmuz 2010, Cuma


UİTextField Dikey Hizalama

Dikey UITextField UIControlContentVerticalAlignmentCenter UIControlContentVerticalAlignmentBottom arasında yarı yolda bulunan metin hizalamak için bir yol vardır ya onlardan biri ile gitmek zorunda mıyım?

CEVAP
10 Aralık 2012, PAZARTESİ


Bir UİTextField alt ve aşağıdaki yöntemleri geçersiz kılmak gerekir:

- (CGRect) textRectForBounds: (CGRect) bounds
{
  CGRect origValue = [super textRectForBounds: bounds];

  /* Just a sample offset */
  return CGRectOffset(origValue, 0.0f, 4.0f);
}

- (CGRect) editingRectForBounds: (CGRect) bounds
{
  CGRect origValue = [super textRectForBounds: bounds];

  /* Just a sample offset */      
  return CGRectOffset(origValue, 0.0f, 4.0f);
}

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Dan Gately

    Dan Gately

    13 AĞUSTOS 2006
  • NikkoNantone

    NikkoNantone

    21 Kasım 2011
  • TechRax

    TechRax

    21 EYLÜL 2009