merging
This commit is contained in:
commit
ed57674e4f
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user