---
title: "[iOS] - About Swift SDK"
description: About Swift SDK for Contentstack Content Delivery SDK on iOS.
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/ios/about-swift-sdk
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - ios-developers
version: "5.0+"
last_updated: 2026-03-26
---

# [iOS] - About Swift SDK

This page introduces the Contentstack Swift SDK for iOS, explains what it is used for, and points you to the required prerequisites and next steps for integrating it into an iOS application.

## About Swift SDK

*Use Contentstack to power content for your iOS projects.*

Contentstack provides Swift SDK that developers can use to develop iOS applications and power its content from Contentstack. The Contentstack Swift SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your iOS-based applications.

**Note**: The Contentstack Swift SDK supports version 5.0 or above.

In order to integrate your iOS app with Contentstack Swift SDK, follow the steps mentioned in the [Get Started](/docs/developers/sdks/content-delivery-sdk/ios/get-started-with-swift-sdk/) section.

You can check out the sample iOS apps that Contentstack has developed to see Swift SDK in action.

## More resources

- [View and Download iOS SDK repository on GitHub](https://github.com/contentstack/contentstack-ios)

## Common questions

**Q: Which APIs does the Contentstack Swift SDK use to fetch content?**  
A: The Contentstack Swift SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your iOS-based applications.

**Q: What Swift SDK versions are supported?**  
A: **Note**: The Contentstack Swift SDK supports version 5.0 or above.

**Q: Where do I start to integrate the Swift SDK into my iOS app?**  
A: Follow the steps mentioned in the [Get Started](/docs/developers/sdks/content-delivery-sdk/ios/get-started-with-swift-sdk/) section.

**Q: Where can I find the Swift SDK source code?**  
A: [View and Download iOS SDK repository on GitHub](https://github.com/contentstack/contentstack-ios)