This page shows a list of the most recent chats.
Last updated 1 month ago
Feature
Description
Recent chat list
User can see a list of the most recent chats
Navigation to Message list
import UIKit import AmityUIKit class ClientViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() } @IBAction func showChatListPage(_ sender: UIButton) { let recentChatVC = AmityRecentChatViewController.make() present(recentChatVC, animated: true) } }
When a user selects a chat, UIKit opens a