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

  • FPSRussia

    FPSRussia

    19 NİSAN 2010
  • Kyletiv7

    Kyletiv7

    28 Mayıs 2007
  • MagmaRhino

    MagmaRhino

    16 Temmuz 2011