-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize Hompage & Publish Documentation
- Loading branch information
1 parent
2a643b1
commit b44cf83
Showing
1,342 changed files
with
1,734 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
theme: jekyll-theme-cayman |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
docs/css/documentation-topic~topic~tutorials-overview.e4e00aa4.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"primaryContentSections":[{"kind":"content","content":[{"anchor":"Overview","level":2,"type":"heading","text":"Overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"SafariView is a SwiftUI wrapper around "},{"type":"reference","isActive":true,"identifier":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller"},{"type":"text","text":" You can present a "},{"type":"codeVoice","code":"SafariView"},{"type":"text","text":" using our provided view modifiers:"}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Using a "},{"type":"codeVoice","code":"Binding<Bool>"},{"type":"text","text":":"}]},{"type":"codeListing","syntax":"swift","code":["extension View {"," func safari("," isPresented: Binding<Bool>,"," onDismiss: (() -> Void)? = nil,"," @ViewBuilder safariView: @escaping () -> SafariView"," ) -> some View","}"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Using a "},{"type":"codeVoice","code":"Binding<URL>"},{"type":"text","text":":"}]},{"type":"codeListing","syntax":"swift","code":["extension View {"," func safari(url: Binding<URL?>,"," onDismiss: (() -> Void)? = nil,"," safariView: @escaping (URL) -> SafariView) -> some View","}"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Using a generic "},{"type":"codeVoice","code":"Binding"},{"type":"text","text":":"}]},{"type":"codeListing","syntax":"swift","code":["extension View {"," func safari("," url: Binding<URL?>,"," onDismiss: (() -> Void)? = nil,"," @ViewBuilder safariView: @escaping (URL) -> SafariView"," ) -> some View ","}"]},{"type":"paragraph","inlineContent":[{"type":"text","text":"Alternatively, you can use sheet presentation or any other presentation mechanism of your choosing."}]},{"type":"paragraph","inlineContent":[{"type":"text","text":"The library contains a single "},{"type":"codeVoice","code":"View"},{"type":"text","text":"-conforming struct, also named "},{"type":"codeVoice","code":"SafariView"},{"type":"text","text":", as well as several view modifiers used to control the appearance and behavior of a "},{"type":"reference","isActive":true,"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/safariview"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/SafariView\/documentation\/SafariView","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"SafariServices in SwiftUI"}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"SafariView","title":"SafariView","symbolKind":"module","role":"collection","modules":[{"name":"SafariView"}]},"hierarchy":{"paths":[[]]},"topicSections":[{"title":"Views","identifiers":["doc:\/\/SafariView\/documentation\/SafariView\/SafariView"]},{"title":"Extended Modules","identifiers":["doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI"]}],"references":{"doc://SafariView/documentation/SafariView/SwiftUI":{"role":"collection","title":"SwiftUI","abstract":[],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SwiftUI","kind":"symbol","type":"topic","url":"\/documentation\/safariview\/swiftui"},"doc://SafariView/documentation/SafariView":{"role":"collection","title":"SafariView","abstract":[{"type":"text","text":"SafariServices in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView","kind":"symbol","type":"topic","url":"\/documentation\/safariview"},"https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller":{"title":"SFSafariViewController","titleInlineContent":[{"type":"codeVoice","code":"SFSafariViewController"}],"type":"link","identifier":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller","url":"https:\/\/developer.apple.com\/documentation\/safariservices\/sfsafariviewcontroller"},"doc://SafariView/documentation/SafariView/SafariView":{"role":"symbol","title":"SafariView","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SafariView"}],"abstract":[{"type":"text","text":"A wrapper for "},{"type":"codeVoice","code":"SFSafariViewController"},{"type":"text","text":" in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SafariView"}],"url":"\/documentation\/safariview\/safariview"}}} |
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
docs/data/documentation/safariview/safariview/accentcolor(_:).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"accentColor"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"},{"kind":"text","text":"\n"}],"languages":["swift"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/safariview\/safariview\/accentcolor(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView\/accentColor(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"View.accentColor(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"modules":[{"name":"SafariView","relatedModules":["SwiftUI"]}],"role":"symbol","title":"accentColor(_:)","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"symbolKind":"method","externalID":"s:7SwiftUI4ViewPAAE11accentColoryQrAA0E0VSgF::SYNTHESIZED::s:10SafariViewAAV","extendedModule":"SwiftUI","platforms":[{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"iOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"10.15","deprecated":false,"name":"macOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"13.0","deprecated":false,"name":"tvOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"6.0","deprecated":false,"name":"watchOS","beta":false},{"unavailable":false,"deprecatedAt":"100000.0","message":"Use the asset catalog's accent color or View.tint(_:) instead.","introducedAt":"1.0","deprecated":false,"name":"xrOS","beta":false}]},"hierarchy":{"paths":[["doc:\/\/SafariView\/documentation\/SafariView","doc:\/\/SafariView\/documentation\/SafariView\/SafariView","doc:\/\/SafariView\/documentation\/SafariView\/SafariView\/View-Implementations"]]},"deprecationSummary":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Use the asset catalog's accent color or View.tint(_:) instead."}]}],"references":{"doc://SafariView/documentation/SafariView/SafariView/View-Implementations":{"role":"collectionGroup","title":"View Implementations","abstract":[],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView\/View-Implementations","kind":"article","type":"topic","url":"\/documentation\/safariview\/safariview\/view-implementations"},"doc://SafariView/documentation/SafariView/SafariView":{"role":"symbol","title":"SafariView","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SafariView"}],"abstract":[{"type":"text","text":"A wrapper for "},{"type":"codeVoice","code":"SFSafariViewController"},{"type":"text","text":" in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"SafariView"}],"url":"\/documentation\/safariview\/safariview"},"doc://SafariView/documentation/SafariView":{"role":"collection","title":"SafariView","abstract":[{"type":"text","text":"SafariServices in SwiftUI"}],"identifier":"doc:\/\/SafariView\/documentation\/SafariView","kind":"symbol","type":"topic","url":"\/documentation\/safariview"},"doc://SafariView/documentation/SafariView/SafariView/accentColor(_:)":{"role":"symbol","title":"accentColor(_:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"accentColor"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Color","preciseIdentifier":"s:7SwiftUI5ColorV"},{"kind":"text","text":"?) -> "},{"kind":"keyword","text":"some"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"View","preciseIdentifier":"s:7SwiftUI4ViewP"}],"abstract":[],"identifier":"doc:\/\/SafariView\/documentation\/SafariView\/SafariView\/accentColor(_:)","kind":"symbol","type":"topic","deprecated":true,"url":"\/documentation\/safariview\/safariview\/accentcolor(_:)"}}} |
Oops, something went wrong.