<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionView/ScrollPosition/bottom",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICollectionViewScrollPosition@UICollectionViewScrollPositionBottom"
  },
  "title" : "bottom"
}
-->

# bottom

Scroll so that the item is positioned at the bottom of the collection view’s bounds.

```
static var bottom: UICollectionView.ScrollPosition { get }
```

## Discussion

This option is mutually exclusive with the [`top`](/documentation/UIKit/UICollectionView/ScrollPosition/top) and [`centeredVertically`](/documentation/UIKit/UICollectionView/ScrollPosition/centeredVertically) options.

---

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)