Story Creation Page

This page provides media picking and camera for story creation

The Camera Page component of Amity UIKit 4.0 offers an immersive, easy-to-integrate solution for adding camera functionality to your app. It enables users to capture and share moments directly within stories, enhancing the storytelling experience within communities.

Photos

Camera page
Capturing a photo with camera
Selecting an image from gallery

Videos

Features

Customization

For more details customization, please refer to Customization page.

Usage

For integrating the Story Creation Page into an iOS app, use the AmityCreateStoryPage component. Here's a simple example of navigating to the story creation page, specifying a community ID and optionally an avatar image URL.

This code snippet demonstrates how to initialize the story creation component with a specific target community ID and user avatar, then embed it within a SwiftUI hosting controller for presentation.

Story Creation Page will navigate to other pages based on user's actions, you can override the behavior to navigate to your own pages.

For more details, please refer to Overriding Navigation Behavior page.

Last updated