Story Creation
Story Creation includes two pages to select media and draft selected media.
Features
Usage
let createStoryPage = AmityCreateStoryPage(targetId: "<community-id>", avatar: "<UIImage>")
let viewController = SwiftUIHostingController(rootView: createStoryPage)val intent = AmityCreateStoryPageActivity.newIntent(
context = context,
community = community
)
startActivity(intent)Last updated
Was this helpful?