Community Creation Page

This page provides a form for community creation.

Default state of community creation page

In this version, there is no support for Only admin can post

Feature and Component

Feature

Description

Community creation

User can create a community by filling the required fields and tapping the Create community button.

Usage

Create a view controller

// Create type
let viewController = AmityCommunityCreatorViewController.make()

// Edit type
let viewController = AmityCommunityEditorViewController.make(withCommunityId: "COMMUNITY_ID")

Last updated

Was this helpful?