Skip to content

Commit 9b7e3a8

Browse files
authored
Update docs (#9)
* feat: add tiny fix for Demo. Add `LoadingOpacityEdge` and change lowerBound opacity in loading state. Add new state `reloading` to `Status`. * update * Update README.md
1 parent 0db4595 commit 9b7e3a8

File tree

1,255 files changed

+1397
-1266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,255 files changed

+1397
-1266
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
`AsyncDownSamplingImage` is a SwiftUI component that has similar interface to original [AsyncImage](https://developer.apple.com/documentation/swiftui/asyncimage) and can perform downsampling so that we can reduce the memory buffer to store image data fetched from a server.
44

5+
<img src="https://github.com/fummicc1/AsyncDownSamplingImage/assets/44002126/254ee84d-1e08-4a61-b507-8f78f2e1d6d3" width="320px">
6+
57
# Impact of Downsampling
68

79
with downsampling, we can reduce the huge amount of memory use like the below.

docs/css/chunk-c0335d80.10a2f091.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.1d1eec04.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic.3bca6578.css

-9
This file was deleted.

docs/css/documentation-topic~topic.b6287bcf.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic~topic~tutorials-overview.82acfe22.css

-9
This file was deleted.

docs/css/documentation-topic~topic~tutorials-overview.d6f5411c.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/index.038e887c.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/index.12bb178a.css

-9
This file was deleted.

docs/css/topic.d8c126f3.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.ee15af52.css

-9
This file was deleted.

docs/css/tutorials-overview.06e8bcf7.css

-9
This file was deleted.

docs/css/tutorials-overview.c249c765.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"variants":[{"paths":["\/documentation\/asyncdownsamplingimage"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage","interfaceLanguage":"swift"},"topicSections":[{"title":"Structures","identifiers":["doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage\/AsyncDownSamplingImage"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"AsyncDownSamplingImage","title":"AsyncDownSamplingImage","symbolKind":"module","role":"collection","modules":[{"name":"AsyncDownSamplingImage"}]},"hierarchy":{"paths":[[]]},"references":{"doc://AsyncDownSamplingImage/documentation/AsyncDownSamplingImage/AsyncDownSamplingImage":{"role":"symbol","title":"AsyncDownSamplingImage","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AsyncDownSamplingImage"}],"abstract":[{"type":"text","text":"AsyncDownSamplingImage is a Image View that can perform downsampling and use less memory use than "},{"type":"codeVoice","code":"AsyncImage"},{"type":"text","text":"."}],"identifier":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage\/AsyncDownSamplingImage","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AsyncDownSamplingImage"}],"url":"\/documentation\/asyncdownsamplingimage\/asyncdownsamplingimage"},"doc://AsyncDownSamplingImage/documentation/AsyncDownSamplingImage":{"role":"collection","title":"AsyncDownSamplingImage","abstract":[],"identifier":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage","kind":"symbol","type":"topic","url":"\/documentation\/asyncdownsamplingimage"}}}
1+
{"metadata":{"modules":[{"name":"AsyncDownSamplingImage"}],"title":"AsyncDownSamplingImage","symbolKind":"module","externalID":"AsyncDownSamplingImage","role":"collection","roleHeading":"Framework"},"variants":[{"paths":["\/documentation\/asyncdownsamplingimage"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage\/AsyncDownSamplingImage"],"title":"Structures"}],"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage"},"hierarchy":{"paths":[[]]},"references":{"doc://AsyncDownSamplingImage/documentation/AsyncDownSamplingImage/AsyncDownSamplingImage":{"identifier":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage\/AsyncDownSamplingImage","navigatorTitle":[{"kind":"identifier","text":"AsyncDownSamplingImage"}],"url":"\/documentation\/asyncdownsamplingimage\/asyncdownsamplingimage","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AsyncDownSamplingImage"}],"role":"symbol","title":"AsyncDownSamplingImage","type":"topic","abstract":[{"text":"AsyncDownSamplingImage is a Image View that can perform downsampling and use less memory use than ","type":"text"},{"code":"AsyncImage","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol"},"doc://AsyncDownSamplingImage/documentation/AsyncDownSamplingImage":{"type":"topic","title":"AsyncDownSamplingImage","role":"collection","abstract":[],"identifier":"doc:\/\/AsyncDownSamplingImage\/documentation\/AsyncDownSamplingImage","url":"\/documentation\/asyncdownsamplingimage","kind":"symbol"}}}

docs/data/documentation/asyncdownsamplingimage/asyncdownsamplingimage.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)