This component shows a user feed of a specific user.
Last updated
Was this helpful?
#3026: New Content: Technical FAQ
Change request updated
Features
Feature
Description
User feed
User can scroll vertically to see a list of posts from a user feed
Usage
// Current user feed
let viewController = AmityMyFeedViewController.make()
// Some user feed
let viewController = AmityUserFeedViewController.makeUserFeed(withUserId: "USER_ID")