Skip to content

Commit

Permalink
a single 'Cancel' button is usually left of a view controller accordi…
Browse files Browse the repository at this point in the history
…ng to human interface guidelines (this issue became more obvious as 'Contact' is now the fist item in the attach menu)
  • Loading branch information
r10s committed Jan 17, 2025
1 parent ddc5941 commit 8f93b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SendContactViewController: UIViewController {
setupConstraints()

let cancelButton = UIBarButtonItem(barButtonSystemItem: .cancel, target: self, action: #selector(SendContactViewController.cancel(_:)))
navigationItem.rightBarButtonItem = cancelButton
navigationItem.leftBarButtonItem = cancelButton

searchController.searchResultsUpdater = self
navigationItem.searchController = searchController
Expand Down

0 comments on commit 8f93b6a

Please sign in to comment.