SORU
24 NİSAN 2010, CUMARTESİ


Değişim UİSearchBar/Klavye Arama Düğmesini Başlık

UİSearchBar denetim Yapılması için klavye için Arama tuşuna Başlığı değiştirmek için bir yolu var mı?

CEVAP
24 NİSAN 2010, CUMARTESİ


Bir searchbar tablesearchbar adlı:

// Set the return key and keyboard appearance of the search bar
        for (UIView *searchBarSubview in [tableSearchBar subviews]) {

            if ([searchBarSubview conformsToProtocol:@protocol(UITextInputTraits)]) {

                @try {

                    [(UITextField *)searchBarSubview setReturnKeyType:UIReturnKeyDone];
                    [(UITextField *)searchBarSubview setKeyboardAppearance:UIKeyboardAppearanceAlert];
                }
                @catch (NSException * e) {

                    // ignore exception
                }
            }
        }

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

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Ionized Digital Air Studios

    Ionized Digi

    20 HAZİRAN 2009
  • glowpinkstah

    glowpinkstah

    16 Mayıs 2006
  • MatheusDosGames

    MatheusDosGa

    28 Aralık 2011