Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 49

Auggnet
Veteran developer
Profile
Posts: 225
Reg: Nov 20, 2012
USA
2,550
04/25/13 08:52 AM (12 years ago)

BTM Search tweak help?

I would like it so somewhere in the code to show the keyboard automaticly. For example in this app searching is a key feature, so basicly when a user opens the tab (in this case a tab) the keyboard automaticly pops up. Any ideas on how to do this?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
05/17/13 08:36 PM (12 years ago)
Just noticed this question never got answered. Assuming you have your UITextView or UITextField set as a property, you could call this in your viewWillAppear method: [textView becomeFirstResponder];
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.