Amity Docs
About Us
Developer Portal
Archived Docs
Search…
Announcements
Getting Started
Core Concepts
Chat
Social
Video
Amity UIKit
iOS
iOS Migration Guide
Amity UIKit Open Source
Overview
Installing UIKit
Setup & Authentication
Using Themes
Social UIKit
Using as a whole feature with the default settings
Our Components
Community home page
My Community Page
Category list page
Community list by category page
Community Creation Page
Community Profile Edit Page
Community setting page
Post Creation Page
Post Detail Page
Post Edit Page
Comment Creation
Comment Edit Page
Community profile page
Community member page
User profile page
User profile page (2.2)
User setting page(2.2)
User profile edit page
Following / Follower user list page (2.2)
Follow request page (2.2)
Member selection page
Post target selection page
Using your own component
Overriding UIKit behaviour
Roles & Permissions
Chat UIKit
Video UIKit
Changelog
Android
Web
Amity Social Cloud Console
Amity Social Cloud API
Developer Kits
Beta Features
Changelogs
Support
Powered By
GitBook
Post Detail Page
This page shows content of a post including reactions and comments.
​
Reply feature is coming soon.
Features
Feature
Description
Post content
View content of the post including reactions and comments.
Edit post
Navigate to
Post Edit page
​
Delete post
Tap
...
and select
Delete post
. Tap
Delete
in the confirmation message to confirm post deletion. Otherwise, tap
Cancel
.
Report post
Tap
...
and tap
Report
or
Undo Report
to report or undo report respectively.
​
Comment creation
​
Create a comment by adding text to the compose bar and tapping Post
Edit comment
Will navigate to
Comment Edit page
​
Delete comment
Tap
...
below the comment and tap
Delete comment.
Tap Delete in the confirmation message to confirm deletion. Otherwise, press Cancel.
How to use
Create a view controller
let
viewController
=
AmityPostDetailViewController
.
make
(
withPostId
:
"POST_ID"
)
Previous
Livestream post
Next
Post Edit Page
Last modified
7mo ago
Export as PDF
Copy link
Outline
Features
How to use