https://github.com/timoliver/buildinghighperformancelistsandcollectionviews
A mirror of Apple's sample code for high performance collection views in iOS 15.
https://github.com/timoliver/buildinghighperformancelistsandcollectionviews
imageio ios15 uicollectionview uikit unfair-lock
Last synced: about 1 year ago
JSON representation
A mirror of Apple's sample code for high performance collection views in iOS 15.
- Host: GitHub
- URL: https://github.com/timoliver/buildinghighperformancelistsandcollectionviews
- Owner: TimOliver
- Created: 2021-07-23T16:53:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T16:56:59.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T20:12:41.471Z (about 1 year ago)
- Topics: imageio, ios15, uicollectionview, uikit, unfair-lock
- Language: Swift
- Homepage: https://developer.apple.com/documentation/uikit/uiimage/building_high-performance_lists_and_collection_views
- Size: 39.1 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE/ACKNOWLEDGMENTS.txt
Awesome Lists containing this project
README
# Building High-Performance Lists and Collection Views
Improve the performance of lists and collections in your app with prefetching and image preparation.
## Overview
- Note: This sample code project is associated with WWDC21 session [10252: Make Blazing Fast Lists and Collection Views](https://developer.apple.com/wwdc21/10252/).