Fixes to ambiguity
This commit is contained in:
parent
eec22e4be9
commit
2f7b575779
@ -34,6 +34,8 @@ class DetailViewController: UIViewController {
|
|||||||
textView.smartDashesType = .no
|
textView.smartDashesType = .no
|
||||||
textView.smartQuotesType = .no
|
textView.smartQuotesType = .no
|
||||||
textView.smartInsertDeleteType = .no
|
textView.smartInsertDeleteType = .no
|
||||||
|
textView.autocapitalizationType = .none
|
||||||
|
textView.autocorrectionType = .no
|
||||||
|
|
||||||
let shareButton = UIBarButtonItem(barButtonSystemItem: .action, target: self, action: #selector(shareButtonPressed))
|
let shareButton = UIBarButtonItem(barButtonSystemItem: .action, target: self, action: #selector(shareButtonPressed))
|
||||||
let buildButton = UIBarButtonItem(barButtonSystemItem: .play, target: self, action: #selector(play))
|
let buildButton = UIBarButtonItem(barButtonSystemItem: .play, target: self, action: #selector(play))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user