mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 09:03:05 +00:00
update
This commit is contained in:
@@ -14,11 +14,14 @@ class ViewController: UIViewController {
|
||||
super.viewDidLoad()
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
@IBAction func openChat(_ sender: Any) {
|
||||
let chatController = storyboard?.instantiateViewController(withIdentifier: "DemoChatController") as! DemoController
|
||||
navigationController?.pushViewController(chatController, animated: true)
|
||||
}
|
||||
|
||||
override func didReceiveMemoryWarning() {
|
||||
super.didReceiveMemoryWarning()
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user