User Feed
This component shows a user feed of a specific user.
Last updated
Was this helpful?
Was this helpful?
// Current user feed
let viewController = AmityMyFeedViewController.make()
// Some user feed
let viewController = AmityUserFeedViewController.makeUserFeed(withUserId: "USER_ID")