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