ios prefs url path scheme to mail

2019-06-25 23:03发布

I can't seem to find anywhere the path to Seetings-> Mail,Contacts,Calendars url scheme path.

I've tried : @"prefs:root=Mail,Contacts,Calendars" but it's only opening Settings and center the table to Mail,Contacts,Calendars.

Any idea how to go into that?

Thanks

1条回答
成全新的幸福
2楼-- · 2019-06-25 23:55

Try this url : [NSURL URLWithString:@"prefs:root=ACCOUNT_SETTINGS"]

You can also try : [NSURL URLWithString:@"prefs:root=ACCOUNT_SETTINGS&path=ADD_ACCOUNT"]; Directly for Add Account page in setting.

Let me know if you have any issue.

查看更多
登录 后发表回答