Post Edit Page

This page provides a form to edit post content.

Limitation: images and files can only be removed from a post. New images or files cannot be added.

Features

Feature

Description

Text editing

User can edit text content.

Image removal

User can remove images.

File removal

User can remove files.

Usage

Create a view controller

let viewController = EkoPostEditViewController.make(postTarget: .myFeed, post: EkoPost)

Parameter

Parameter

Description

postTarget

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

post

EkoPost is a live object from EkoChat

A postTarget can not be changed after post was created. This parameter will be removed in future release.

Last updated