Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: UITextField 焦点
标题可能有点混乱..无法弄清楚如何正确表达。我的问题很简单,当视图加载时,我希望选择一个文本框进行编辑。类似于 iPhone Safari 文本框编辑中的下一个。
好吧,试试下面的代码。
- (void)viewDidLoad { [super viewDidLoad]; [yourTextField becomeFirstResponder]; }