Community Home Page

This page consists of two components; they are allocated in tabs.

Components

Usage:

Create a view controller

let viewController = EkoCommunityHomePageViewController.make()

Customize Components

In case you want to replace any of our default view, we provide view maker handlers in order to replace by custom view.

Method

Description

myCommunityPreviewViewMaker

If you set this handler to the view controller, my community view will be replaced by the view passed through this block.

globalFeedViewMaker

If you set this handler to the view controller, global feed view will be replaced by the view passed through this block.

Last updated