How to avoid creating a new tab at launching google chrome by UIApplication.shared.open?

前端 未结 0 369
天命终不由人
天命终不由人 2020-12-29 07:17

My application launches Google Chrome with the below code:

let url = URL(string: "googlechrome://xxx.xxx.xxx.xxx")
UIApplication.shared.open(url!)
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题