Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 50b8116

Browse files
rizwankcernystrom
authored andcommitted
[ADD] Focus title field when creating a new issue (#719)
1 parent 282a846 commit 50b8116

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Classes/New Issue/NewIssueTableViewController.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ final class NewIssueTableViewController: UITableViewController, UITextFieldDeleg
107107
// Update title to use localization
108108
title = Constants.Strings.newIssue
109109
}
110+
111+
override func viewDidAppear(_ animated: Bool) {
112+
super.viewDidAppear(animated)
113+
114+
titleField.becomeFirstResponder()
115+
}
110116

111117
// MARK: Private API
112118

0 commit comments

Comments
 (0)