Deprecated API and account dashboard update.

This commit is contained in:
Hedden, Kyle Matthew 2024-07-16 14:15:51 -04:00
parent b9b2977fe5
commit 712fdf2e74
2 changed files with 1281 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
dvc?.navigationItem.leftBarButtonItem = splitViewController?.displayModeButtonItem
dvc?.navigationItem.leftItemsSupplementBackButton = true
splitViewController?.delegate = self
splitViewController?.preferredDisplayMode = .allVisible
splitViewController?.preferredDisplayMode = .oneBesideSecondary
let gr = UILongPressGestureRecognizer(target: self, action: #selector(jsonPasteAndGo))
splitViewController?.view.addGestureRecognizer(gr)

File diff suppressed because it is too large Load Diff