<!--
{
  "availability" : [
    "Xcode: 13.0.0 -",
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/building-high-performance-lists-and-collection-views",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Building high-performance lists and collection views"
}
-->

# 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/).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)