How to open the view with the keyboard appearing when the view is loaded?
Posted
by Pradeep Reddy Kypa
on Stack Overflow
See other posts from Stack Overflow
or by Pradeep Reddy Kypa
Published on 2010-04-16T06:47:58Z
Indexed on
2010/04/16
6:53 UTC
Read the original article
Hit count: 406
I have a requirement where i have a textfield in a view. When i want to open the view by switching the tab(TabBased Application),first time when the view is loaded the keyboard appears because i loadview method is called. But when i switch to tab2 and again switch to tab1 again, load view is not called. I want the keyboard to appear everytime i open the tab1 page.. Please Help Me.
© Stack Overflow or respective owner