DEV Community

Discussion on: How I used SwiftUI to create Devui, a companion app for DEV authors

Collapse
 
hlc0000 profile image
hlc0000

Hello, I'm an IOS developer. Recently, when using swift to develop applications, I found that there are few caches written by pure swift. So I wrote a cache -- swiftlycache, a lightweight general-purpose IOS cache library using swift 5. If you are using swift for development, if you also need to use cache, maybe you can try swiftlycache, maybe you will like it, If you like, you can also introduce it to your friends. Thank you
github.com/hlc0000/SwiftlyCache

Collapse
 
emilioschepis profile image
Emilio Schepis

Hi, that's very interesting, thanks for linking it! I will definitely check that out. Do you plan on making it available through Swift Package Manager?

Collapse
 
hlc0000 profile image
hlc0000

In future updates, perhaps through Swift Package Manager