简体   繁体   中英

Give focus to an control when the App starts in Cocoa

I have multiple TextFiled controls, and can I put a focus on a specific TextField when the App starts?

EDIT

- (void)awakeFromNib
{
...
    [commandInput becomeFirstResponder];
...
}

works.

是的,请使用[textfield1成为FirstResponder]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM