This component shows a community feed of a specific community.
Last updated 12 months ago
#3026: New Content: Technical FAQ
Change request updated 1 year ago
Feature
Description
Community feed
User can scroll vertically to see a list of posts from a community feed
let viewController = AmityCommunityProfilePageViewController .make(withCommunityId: "<community-id>")
Create a Fragment
AmityCommunityFeedFragment .newInstance(community or communityId) .build(activity)