问题标签 [inappsettingskit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - Presenting a modal view controller from within Settings.app
I decided to use InAppSettingsKit for my app. However, certain settings require the user to use the audio input for custom setting. I was wondering whether there is a way of presenting a modal view controller from within Settings.bundle - getting the parent view controller that presents Settings.app to sense that a button/setting was changed and launch another view controller on top of this one to pick the new setting from audio input and pass it on to the setting.bundle?
ios - InAppSettingsKit 子窗格未显示,使用导航控制器
我正在使用 InAppSettingsKit 并且我的子窗格没有出现。我发现了一篇关于使用导航控制器的帖子(Stackoverflow),我就是。在 General.plist 上,我的视图与 Root.plist 相同。我进行了一些搜索,我只能找到您需要使用导航控制器。这就是我正在使用的。注意“完成”按钮和“\<\Settings”按钮。
任何想法或想法谢谢!
objective-c - 动态隐藏 InAppSettingsKit 中的单元格(面向目标)
我的项目中有两个目标(比如说 lite 和 pro),我想根据目标更改设置的内容。有可能这样做吗?我可以从代码中隐藏一些单元格吗?谢谢...
ios - 如何自定义颜色 InAppSettingsKit?
也许我遗漏了一些明显的东西,但似乎更改单元格颜色的唯一方法是更改 IASKAppSettingsViewController 和/或 IASKPSTextFieldSpecifierViewCell 中的代码。即使这似乎并不适用于所有事情。
我正在使用 PSTextFieldSpecifier、PSToggleSwitchSpecifier 和 PSTitleValueSpecifier。
对于 PSTextFieldSpecifier,在
我添加了这两行:
但是,这只改变了值的颜色,而不是标题的颜色。如何更改标题的颜色?
ios - IASK - InAppSettingsKit
我是开发新手。我正在iPhone
使用:IASK
APP
当我改变时:
它不是默认值,而是适当地导致“null”/“0”。
ios - InAppSettingsKit IASKButtonSpecifier 不起作用
请帮忙!两天来,我试图让这个工作。我将 IASK 与 TableViewController 和 IASKAppSettingsViewController 集成为自定义类。我遵循示例应用程序,但使用情节提要并插入了 ARC 代码。我还在我的 .plist 中使用 IASK CustomSubviewController,它从一开始就可以正常工作。除了我添加到 TableViewController 中的 UI 按钮外,所有按钮都不起作用。这是代码。感谢您的任何提示。在小时:
米:
那来自我的 Root~iphone.inApp.plist:
ios - InAppSettingKit 的不同设置
我已经检查了this & this以及其他与 相关的问题InAppSettingsKit
,但无法找到解决方案。
我已经下载了使用InAppSettingsKit进行设置的LinPhone 。现在,我的要求是我必须在登录后仅更改一个特定情况的设置,并且对于所有其他情况都是如此。
请指导我,我该如何更改该案例的设置以及在哪里?
ios - 跳转到 inAppSettingsKit plist 中的特定首选项
我在我的 plist 中设置了几个 IASKAppSettingsWebViewController 项目,我想在加载 IASKAppSettingsViewController 后立即跳转到一个。我该怎么做?谢谢
ios - 从本地化的 .strings 中检索存储的 plist 值的标题
检索位于 Root.strings 中存储的 Root.plist 值的标题的最佳方法是什么?例如,我存储了一个 INT = 1,它的键为 MUL_VAL_2,对应于 Root.strings 中的“女性声音”。如何检索存储的 INT 的“女声”?
inappsettingskit - InAppSettingsKit 在手机上为空,在模拟器上正常
我以简单明了的方式使用 IASK。它在模拟器上运行良好。
但由于我无法掌握的原因,它不在我的设备上
到目前为止我检查的内容: - 初始化 IASK 的代码很好,100% 演示 - 摆脱了 Root~iphone.inApp.plist - 摆脱了设置包中的 en.lproj 和 fr.lproj。- 从 iPhone 中删除应用程序并清理源 - 检查 settings.app (OK)
我很茫然……</p>
这是代码:
这实际上很简单。