gpt4 book ai didi

iphone - iOS 将 UISegmentedControl 选择存储在 NSUserDefaults 中

转载 作者:行者123 更新时间:2023-12-03 19:40:20 24 4
gpt4 key购买 nike

是否有某种方法可以将 UISegmentedControl 值存储到 NSUserDefaults 中?我应该像 NSUserDefaults 中的整数值一样使用它吗?

最佳答案

您只需使用 UISegmentedControl 的 selectedSegmentIndex: 方法即可然后使用 NSUserDefaults 中的 setInteger:forKey: 方法。这样做的原因(正如您在问题中似乎暗示的那样)是 selectedSegmentIndex 方法返回一个 NSInteger。 (其完整方法签名为:@property(nonatomic) NSInteger selectedSegmentIndex)

当您重新加载应用程序时,您可以将相应的段设置为事件状态(再次通过 selectedSegmentIndex)。

但是,除非您设置默认值(通过 Interface Builder 或以编程方式),否则您应该根据 UISegmentedControlNoSegment 常量检查返回的 selectedSegmentIndex 整数,以确保您不会尝试存储实际上“无选择”的内容。

关于iphone - iOS 将 UISegmentedControl 选择存储在 NSUserDefaults 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4388740/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com