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 = AmityPostEditorViewController.make(withPostId: "POST_ID")

Parameter

Parameter

Description

postId

identifier of the particular post

Last updated