Post Creation Page

This page provides a form for post creation.

Text only

Text and Images

User can select images from 2 sources.

Device Camera

Text and Files

Usage

Create a view controller

// Post to user feed
let viewController = EkoPostCreateViewController.make(postTarget: .myFeed)

// Post to community feed
let viewController = EkoPostCreateViewController.make(postTarget: .community(object: postModel))

Parameter

Parameter

Description

postTarget

enums to determine where is the target feed consist of myFeed and community(EkoCommunityModel)

EkoCommunityModel is a wrapper class of EkoCommunity which is a live object from EkoChat

Last updated