RSSAmplifier

Blog

Jeremy Gale's iOS Musings

An iOS Developer since 2009. SwiftUI expert and Xcode Preview fanatic.

dev.jeremygale.comRSS feed ↗2 posts

Latest posts

Avoid These Common Errors When Switching from UIKit to SwiftUI

I truly believe that I am 10x more productive with SwiftUI than with UIKit. However, there is no denying that SwiftUI has a steep learning curve. In fact, UIKit programmers might be at a disadvantage to newcomers because they know certain ways to mak...

SwiftUI: How to use custom fonts, colors, and images in a Swift Package

Background Modern iOS development is moving towards SwiftUI, while using Swift Package Manager (SPM) to handle internal and external dependencies. My last 3 jobs have all had a similar setup. It's dramatically faster to develop, with excellent modula...