# iOS (Deprecated)

![](/files/-MX6YDgo8BXSCj2vjbbP)

## Introduction <a href="#introduction" id="introduction"></a>

Our Chat UIKit and Social UIKit for social.plus is a development kit with a user interface to enable fast integration of standard social.plus Chat and social.plus features into new or existing applications. Themes allow you to apply your style through colors and fonts.

We have now open-sourced social.plus UIKit so you will have complete control of the visual style of your Chat and Social application with endless customizations. social.plus UIKit open source is now available in our [GitHub repository](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource).

To customize social.plus UIKit open source, download the source code and apply the customizations in the forked source code. Once you fork our UIKit source code separately, you own the product so you are free to customize and build it for your specific use cases.

We recommend that you use social.plus UIKit open source when:

1. The standard UIKit does not apply to your use case.
2. You want to use a social.plus Chat or social.plus SDK feature which is not yet supported in our standard UIKit.

Please note that we will extend only limited support once you customize our UIKit open source since we won’t be able to fully know your code once you fork it.

## Documentation

We are using the [social.plus UIKit open-source wiki](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource/wiki) for any documentation related to social.plus UIKit open-source.

For our standard UIKit, you can refer to the documentation here.

## Community Guidelines

If you would like to suggest improvements to the source code, you can submit a pull request. If you find bugs or would like to request features, you can create an issue. Please note that not all changes and requests will be approved but they will be assessed in due course.

For more information on these guidelines, you may refer to the [social.plus UIKit open-source wiki](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource/wiki) or you may go directly to these related pages:

* [Customizing social.plus UIKit Open Source](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource/wiki/Customizing-Amity-UIKit-Open-Source)
* [Contributing to social.plus UIKit Open Source](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource/wiki/Contributing-to-Amity-UIKit-Open-Source)
* [Submitting fixes and feature requests](https://github.com/AmityCo/Amity-Social-Cloud-UIKit-iOS-OpenSource/wiki/Submitting-fixes-and-feature-requests)

## Benefits <a href="#benefits" id="benefits"></a>

* Easy Installation.
* Fully featured chat experience with minimal coding.
* Customize targeted UX flows, and specific views and respond to user interactions to tailor a user experience for just your application.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-3/ios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
