An open API service indexing awesome lists of open source software.

https://github.com/paulocf92/hws-userdefaults

Hacking With Swift - UserDefaults project
https://github.com/paulocf92/hws-userdefaults

ios-development storyboard swift uikit

Last synced: 8 months ago
JSON representation

Hacking With Swift - UserDefaults project

Awesome Lists containing this project

README

          

# Hacking With Swift - UserDefaults project

This project features:
- Encoding and decoding data with NSKeyedArchiver.archivedData and NSKeyedUnarchiver.unarchiveObject + NSSecureCoding
- Encoding and decoding data with JSONDecoder + Codable protocol (modern)