python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
Ability to determine whether a custom suite of UserDefault exists, enabling custom behaviour when it’s initially created
I’m creating a custom suite for UserDefaults:
var store = UserDefaults(suiteName: "custom")
I however need to trigger specific behaviour based on whether the suite already exists or not.
To...

Barrrdi
Votes: 0
Answers: 1
Is it possible for a sandboxed Mac app to write to the global defaults domain?
Is there any way to allow a sandboxed Mac app to read and write keys to the global user defaults domain (NSGlobalDomain/.globalDomain)? Right now, the writes are failing and this error is being logged...

Ryan
Votes: 0
Answers: 1
SignUp Button Not Working While Handling RootViewController?
I'm building an iOS app using a Storyboard. The root view controller is a Home View Controller. I'm creating the login/logout process, and it's mostly working fine, but I've got a few issues. I need t...
iFateh
Votes: 0
Answers: 1