This commit is contained in:
Kevin G Christiano 2020-05-28 11:32:56 -04:00
commit ed57674e4f

View File

@ -31,9 +31,7 @@ class DetailViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
guard textView.superview == nil else {
return
}
guard textView.superview == nil else { return }
modalPresentationStyle = .formSheet
MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self
@ -51,6 +49,8 @@ class DetailViewController: UIViewController {
textView.smartQuotesType = .no
textView.smartInsertDeleteType = .no
textView.autocapitalizationType = .none
setupNavigationMenu()
}
private func setupNavigationMenu() {