User Feed (2.2)

This component shows a user feed of a specific user.

Default User Feed

This view allows user to view and interact with the feed content normally. This also applies when the Privacy setting is Public.

Private User Feed

This view blocks any user to see the target user's feed content. This view only exist if the Private setting is Private.

Features

Usage

// Current user feed
let viewController = AmityMyFeedViewController.make()

// Some user feed
let viewController = AmityUserFeedViewController.makeUserFeed(withUserId: "USER_ID")

Last updated