Newsfeed

This component consists of two components; My community and Global feed components.

Components

Usage

Create a view controller

let viewController = EkoNewsFeedViewController.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.

Last updated