Power of SwiftUI

For years there have been open debates in the iOS community on whether to manage views programmatically or through xib files. Both have their own pros and cons. Swift UI brings much needed closure to that.  The XML based xib files (and Storyboards) let us design our views visually in Xcode’s interface builder. It’s a … Continue reading Power of SwiftUI