How to open the view with the keyboard appearing when the view is loaded?
- by Pradeep Reddy Kypa
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.