mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 18:57:46 +01:00
Improve textfield-UX (#540)
This commit is contained in:
parent
d86d613b4a
commit
5240006f07
@ -48,6 +48,9 @@ class MastodonLoginView: UIView {
|
||||
searchTextField.leftView = UIImageView(image: UIImage(systemName: "magnifyingglass"))
|
||||
searchTextField.leftViewMode = .always
|
||||
searchTextField.layer.cornerRadius = 10
|
||||
searchTextField.keyboardType = .URL
|
||||
searchTextField.autocorrectionType = .no
|
||||
searchTextField.autocapitalizationType = .none
|
||||
|
||||
tableView = ContentSizedTableView()
|
||||
tableView.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user