otabuzzman / SDK85

An Intel SDK-85 emulator for iPad.
MIT License
0 stars 0 forks source link

UserDefaults return nil #3

Open otabuzzman opened 2 years ago

otabuzzman commented 2 years ago

In body property of Tty view, UserDefaults.standard.string returns nil for crtColor even though it is set and registered in Hmi.init.

https://stackoverflow.com/a/36790348

otabuzzman commented 2 years ago

Missed to load Tty.plist file. Fixed with commit #3.

Still implicitly unwrapped optional error in Tty view.