1 line
8.6 KiB
JSON
1 line
8.6 KiB
JSON
|
{"sections":[],"metadata":{"role":"symbol","symbolKind":"struct","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"SlothView","kind":"identifier"}],"modules":[{"name":"SlothCreator"}],"navigatorTitle":[{"kind":"identifier","text":"SlothView"}],"roleHeading":"Structure","externalID":"s:12SlothCreator0A4ViewV","title":"SlothView"},"hierarchy":{"paths":[["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator"]]},"relationshipsSections":[{"kind":"relationships","type":"conformsTo","identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/s8SendableP","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/7SwiftUI4ViewP"],"title":"Conforms To"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"@","kind":"attribute"},{"kind":"attribute","preciseIdentifier":"s:ScM","text":"MainActor"},{"text":" ","kind":"text"},{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"SlothView","kind":"identifier"}],"platforms":["macOS"]}]},{"kind":"content","content":[{"text":"Overview","type":"heading","anchor":"overview","level":2},{"type":"paragraph","inlineContent":[{"text":"You create a sloth view by providing a ","type":"text"},{"type":"reference","isActive":true,"identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/Sloth"},{"text":" binding.","type":"text"},{"text":" ","type":"text"},{"text":"Depending on the attributes and state of the provided sloth,","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"the view loads a matching image representation, such as:"}]},{"syntax":"swift","code":["@State private var sloth: Sloth","","var body: some View {"," SlothView(sloth: $sloth)","}"],"type":"codeListing"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/SlothView"},"schemaVersion":{"minor":3,"patch":0,"major":0},"topicSections":[{"title":"Creating a Sloth View","anchor":"Creating-a-Sloth-View","identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/SlothView\/init(sloth:)"]},{"identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/SlothView\/body"],"title":"Implementing the View","anchor":"Implementing-the-View"},{"generated":true,"title":"Default Implementations","identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/SlothView\/View-Implementations"],"anchor":"Default-Implementations"}],"variants":[{"paths":["\/documentation\/slothcreator\/slothview"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","seeAlsoSections":[{"identifiers":["doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/HabitatView","doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/PowerPicker"],"generated":true,"anchor":"Sloth-Views","title":"Sloth Views"}],"abstract":[{"text":"A view that displays a sloth.","type":"text"}],"references":{"doc://slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator/documentation/SlothCreator/Sloth":{"kind":"symbol","abstract":[{"type":"text","text":"A model representing a sloth."}],"navigatorTitle":[{"text":"Sloth","kind":"identifier"}],"identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/documentation\/SlothCreator\/Sloth","title":"Sloth","url":"\/documentation\/slothcreator\/sloth","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"text":"Sloth","kind":"identifier"}]},"doc://slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator/7SwiftUI4ViewP":{"identifier":"doc:\/\/slothcreatorbuildingdoccdocumentationinxcode-2.SlothCreator\/7SwiftUI4ViewP","type":"unresolvable","title":"SwiftUICore.View"},"doc://slothcr
|