Maximilian Litteral
Maximilian Litteral
NSUserDefaults has a function named `registerDefaults` that is faster to use on launch to set initial defaults without checking if it exists and setting it. I would like a way...
Yeah, just ran into this actually. I upgraded from SwiftyUserDefaults 3 to 5 and removed registerDefaults before realizing an internal framework where I'm using the standard API now has no...
How would I be able to support something like this? (I'm upgrading from version 3) ``` subscript(key: DefaultsKey) -> [CKRecordZone.ID: CKServerChangeToken?] { get { return unarchive(key) ?? [:] } set...
You are supposed to use the windows width.
If you have a raspberry pi you can access the webpage on any device including your phone, but I don't think you can plug your phone in and use it...
Any luck with figuring out why it breaks like that?
Hey there, sorry about that. The Xcode project is out of date, and only the package should be used.,
Hi @sadlerjw That sounds great!
Oops:P In the real app i included rotation, just made this fast. oops ill add soon
In the future I'd also love to allow apps to use their own storage to save / load the keys so you don't have to use the keychain code I...