UI Previews in Xcode 15
A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
Laying out SwiftUI buttons with equal widths is harder than you'd think!
SwiftUI has awesome support for sections in lists. What would be multiple delegate methods in UIKit is only a couple of lines in SwiftUI.
Managing state in SwiftUI.