Post Rendering
Last updated
Last updated
UIKit provides default renderers for the core data types: text, image, and file. It also provides a way to render your own UI for your custom post.
A single post UI is composed of 1 or more blocks. This allows reusability of block components such as header or footer which can be shared by different kinds of posts.
This is an example of an image post which contains three tableview cells. Top cell represents the header, middle cell contains content and bottom cell is footer cell.
For now, we only export footer from UIKit
- AmityPostEngagementBar
.
First, you need to create your custom renderer.
Then, you need to pass your renderer into AmityUiKitProvider