我在尝试从 InAppSettingsKit 中的两个 IASKCustomViewSpecifier 调用值时遇到问题。我尝试从 customCell 更改 Key 值,但它接缝然后更改 customCell 文本字段的尺寸。它们在模拟器和设备的设置包中看起来很好,但是我无法弄清楚如何独立调用每个
例如
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
oneString = [defaults objectForKey:@"customCellOne"];
twoString = [defaults objectForKey:@"customCellTwo"];
Plist 文件内容
项目 0
-Title: One
-Type: IASKCustomViewSpecifier -Key
: customCell
-DefaultValue: Test Example String here项目 1
-Title:两个
-Type:IASKCustomViewSpecifier -Key
:customCell
-DefaultValue:此处为测试示例字符串
任何帮助都会很棒,
谢谢,