python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can i append data direct to an array already stored in UserDefaults key
I have myArray with 80k member Int64.
myArray stored by key "datakey" in UserDefaults.
Can i append data direct to key: "datakey" for save time when i write into UserDefaults.
Norm...
Nguuyen Tien Quang
Votes: 0
Answers: 0
How to clear the complete storage in UserDefaults without using removeforObject Method
i want to clear the complete storage in userDefault without using Remove Object method avaliable in userDefaults
this is func i wrote but not sure is this the write way of doing it.
public func cle...
Wahid Tariq
Votes: 0
Answers: 1
UserDefaults loses data when app is suspended?
Hi I am trying to save a boolean value to true just before opening the phone settings.
When navigating to the settings I am setting my bool to true and when reopening the app it should be read and set...
Lobont Andrei
Votes: 0
Answers: 0
How to save multiple object in single UserDefaults
I've created NSObject class for "CurrentUser",
here, sign-up API will call & response data will insert into the "CurrentUser" model.
This is one type of global model, like in a...
Ketan Odedra
Votes: 0
Answers: 1