简体   繁体   中英

Open Settings > Passwords & Accounts > Add Account from my iOS app

I want to add google calendars to my system calendars. And then using EventStore kit just read all events I am interested in. At some step I need to open from my app "setting > account & password > add account" so that I could use google calendars though EventStore

So, how can I open the setting screen from my ios app?

iOS 11及更高版本,请使用:

UIApplication.shared.openURL(URL(string: UIApplication.openSettingsURLString)!) 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM