打开系统设置以添加新键盘

时间:2016-06-24 02:55:32

标签: ios swift

我知道可以打开您应用的设置:

if (&UIApplicationOpenSettingsURLString != NULL) {
    NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
    [[UIApplication sharedApplication] openURL:url];
}
else {
    // Present some dialog telling the user to open the settings app.
}

但是,我需要在系统设置中打开一个屏幕。特别是这一个(屏幕包含"添加新键盘"按钮,甚至更好,屏幕后面的屏幕):

settingsdemo

在按钮中实现此功能需要做什么? (快速或客观的答案 - C很好)

0 个答案:

没有答案