Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Post rendering

Emee Miano edited this page Apr 1, 2022 · 2 revisions

Custom post rendering

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.

Post Structure

A single post UI is composed of 1 or more UITableViewCell. This allows reusability of cell components such as header or footer which can be shared by different kinds of posts.

Clone this wiki locally