Community Creation Page

This page provides a form for community creation.

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 = EkoCommunityCreateViewController.make(viewType: .create)

// Edit type
let viewController = EkoCommunityCreateViewController.make(viewType: .edit(communityId: "COMMUNITY_ID"))

Parameter

Parameter

Description

viewType

enums to determine what the view type should be consist of create and edit(communityId: String) types

Last updated