merging
This commit is contained in:
commit
ed57674e4f
@ -31,9 +31,7 @@ class DetailViewController: UIViewController {
|
|||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
// Do any additional setup after loading the view.
|
// Do any additional setup after loading the view.
|
||||||
guard textView.superview == nil else {
|
guard textView.superview == nil else { return }
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
modalPresentationStyle = .formSheet
|
modalPresentationStyle = .formSheet
|
||||||
MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self
|
MVMCoreNavigationHandler.shared()?.viewControllerToPresentOn = self
|
||||||
@ -51,6 +49,8 @@ class DetailViewController: UIViewController {
|
|||||||
textView.smartQuotesType = .no
|
textView.smartQuotesType = .no
|
||||||
textView.smartInsertDeleteType = .no
|
textView.smartInsertDeleteType = .no
|
||||||
textView.autocapitalizationType = .none
|
textView.autocapitalizationType = .none
|
||||||
|
|
||||||
|
setupNavigationMenu()
|
||||||
}
|
}
|
||||||
|
|
||||||
private func setupNavigationMenu() {
|
private func setupNavigationMenu() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user