Fixes to ambiguity

This commit is contained in:
Pfeil, Scott Robert 2019-08-20 10:00:07 -04:00
parent eec22e4be9
commit 2f7b575779

View File

@ -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))