• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UISearchBar with keyboardType not working with Thai
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UISearchBar with keyboardType not working with Thai


  • Subject: UISearchBar with keyboardType not working with Thai
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Sun, 04 Mar 2012 13:50:23 +0700

 I have a UISearchBar where in most (not all) cases I want to input numbers.

So I have:

- (void)viewDidLoad
{
	[super viewDidLoad];
	// ...
	self.mySearchBar.keyboardType = UIKeyboardTypeNumbersAndPunctuation;
}

This works with English, German, Chinese keyboards: when I click in the search bar, the keyboard comes up in number style.

But not with a Thai keyboard: the keyboard appears in letter style, and I have to tap the "123" button each time.

Bug (mine or Appel's ?) or feature?

Any suggestion for a workaround?

Kind regards,

Gerriet.




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Prev by Date: Debugging: Take control of another process (gdb-i386-apple-darwin)
  • Next by Date: SMJobBless Copy Files subpath for PrefPane projects?
  • Previous by thread: Debugging: Take control of another process (gdb-i386-apple-darwin)
  • Next by thread: SMJobBless Copy Files subpath for PrefPane projects?
  • Index(es):
    • Date
    • Thread