- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。
– (void)viewDidLoad {
[super viewDidLoad];
[textField becomeFirstResponder];
}
この投稿へのコメント
コメントはまだありません。