Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 NavigationController 上有弹出其他 UITabBarViewController 的按钮,也在我拥有 UISlider 的选项卡之一中。问题是当我更改 UISlider 值并关闭此弹出框时,在我返回此 UISlider 后它不会保存以前的值。
我该如何解决这个问题?
我在 Stackoverflow 中找到了我的问题的答案。
如何保存 UISlider 的位置(或当前值)?
但是我没有使用 sharedDefaults,而是使用了 standardUserDefaults 方法。