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
Feature
Description
User feed
User can scroll vertically to see a list of posts from a user feed
Private feed
User cannot see the feed content if user is not connected and the Privacy setting is Private
Usage
// Current user feed
let viewController = AmityMyFeedViewController.make()
// Some user feed
let viewController = AmityUserFeedViewController.makeUserFeed(withUserId: "USER_ID")
Last updated
Was this helpful?