#swift
Read more stories on Hashnode
Articles with this tag
You can use the .font() modifier to set the font of a text view in SwiftUI. If you want to use different fonts depending on the current locale, you...
The easiest way I have found is using SDWebImage. I know you probably wanna do it on your own, but this library is popular as used by popular apps...
This question comes up ALL THE TIME on SO. It's one of the first things that new Swift developers struggle with. ยท What is an Optional (background) ? In...