---
title: "imageBrowser(_:moveItemsAt:to:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/imagebrowser(_:moveitemsat:to:)"
---

# imageBrowser(_:moveItemsAt:to:)

Signals that the specified items should be moved to the specified destination.

## Declaration

```swift
func imageBrowser(_ aBrowser: IKImageBrowserView!, moveItemsAt indexes: IndexSet!, to destinationIndex: Int) -> Bool
```

## Parameters

- `aBrowser`: An image browser view.
- `indexes`: The indexes of the items that should be reordered.
- `destinationIndex`: The starting index of the destination the items should be moved to.

## Return Value

Return Value YES if successful; NO otherwise.

## Discussion

Discussion This method is optional. It is invoked by the image browser view after  Image Kit determines  that a reordering operation should be applied. The data source should update itself by reordering its elements.

## See Also

### Related Documentation

- [setAllowsReordering(_:)](quartz/ikimagebrowserview/setallowsreordering(_:).md)
