Add link to iCloud Syncing Limitations & Solutions to all iCloud account maintenance UI

This commit is contained in:
Maurice Parker
2022-09-24 05:28:01 -05:00
parent b92fceb84e
commit 9ab5d6268b
8 changed files with 95 additions and 34 deletions

View File

@@ -65,7 +65,7 @@ class CloudKitAccountViewController: UITableViewController {
}
@IBAction func openLimitationsAndSolutions(_ sender: Any) {
let vc = SFSafariViewController(url: URL(string: CloudKitWebDocumentation.limitationsAndSolutions)!)
let vc = SFSafariViewController(url: CloudKitWebDocumentation.limitationsAndSolutionsURL)
vc.modalPresentationStyle = .pageSheet
present(vc, animated: true)
}

View File

@@ -129,7 +129,7 @@ class AccountInspectorViewController: UITableViewController {
}
@IBAction func openLimitationsAndSolutions(_ sender: Any) {
let vc = SFSafariViewController(url: URL(string: CloudKitWebDocumentation.limitationsAndSolutions)!)
let vc = SFSafariViewController(url: CloudKitWebDocumentation.limitationsAndSolutionsURL)
vc.modalPresentationStyle = .pageSheet
present(vc, animated: true)
}