<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICollectionViewDropProposal/Intent-swift.enum/insertIntoDestinationIndexPath",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UICollectionViewDropIntent@UICollectionViewDropIntentInsertIntoDestinationIndexPath"
  },
  "title" : "UICollectionViewDropProposal.Intent.insertIntoDestinationIndexPath"
}
-->

# UICollectionViewDropProposal.Intent.insertIntoDestinationIndexPath

Incorporate the dropped items into the item at the specified index path.

```
case insertIntoDestinationIndexPath
```

## Discussion

Use this option when the drop target has nested content. Dropping items with this proposal causes them to be added to the drop target’s children. For example, if the drop target is a folder, use this option to add the items to the contents of that folder.

---

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)