Created
February 17, 2021 18:08
-
-
Save karigrooms/5c85991602f6c26cc57c4117353dcd91 to your computer and use it in GitHub Desktop.
SwiftUI vs UIKit code comparison table for Lessons in SwiftUI blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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