S Shyne Registered Aug 14, 2008 #1 Hi, I put one textFiled in IB and make it selectable and editable. When run programs, this text field is onFocus and is selected. How to create textFiled selectable and editable but not onFocus when I start program.
Hi, I put one textFiled in IB and make it selectable and editable. When run programs, this text field is onFocus and is selected. How to create textFiled selectable and editable but not onFocus when I start program.
Captain Code Moderator Staff member Mod Aug 17, 2008 #2 This will work Code: [myTextField becomeFirstResponder];