Skip to content

Instantly share code, notes, and snippets.

@karigrooms
Created February 17, 2021 18:08
Show Gist options
  • Save karigrooms/5c85991602f6c26cc57c4117353dcd91 to your computer and use it in GitHub Desktop.
Save karigrooms/5c85991602f6c26cc57c4117353dcd91 to your computer and use it in GitHub Desktop.
SwiftUI vs UIKit code comparison table for Lessons in SwiftUI blog post
SwiftUI Lines of Code UIKit Equivalent Lines of Code
.headingBase() 43 LabelHeadingBase() 366
.primaryButtonStyle() 188 ButtonPrimary() 792
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment