<!--
{
  "documentType" : "article",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/ikimagebrowserdatasource-protocol",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "IKImageBrowserDataSource Protocol"
}
-->

# IKImageBrowserDataSource Protocol

The `IKImageBrowserDataSource` informal protocol declares the methods that an instance of the [`IKImageBrowserView`](/documentation/Quartz/IKImageBrowserView)  class uses to access the contents of its data source object.

## Topics

### Providing Information About Items (Required)

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/numberOfItems(inImageBrowser:)>

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:itemAt:)>

### Supporting Item Editing (Optional)

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:removeItemsAt:)>

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:moveItemsAt:to:)>

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:writeItemsAt:to:)>

### Providing Information About Groups (Optional)

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/numberOfGroups(inImageBrowser:)>

  <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:groupAt:)>



---

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)