My first impressions of SWIFTUI
Adnan Ahmed
Consultant | Lead Mobile App Developer | iOS (Objective-C, Swift) | Flutter | FinTech Solutions | XMPP | VOIP | CI/CD | TDD Advocate
Finally I am getting my hand dirty by coding in SwiftUI. After digging up in the new framework I have found some highlights and would like to share with others.
Below given are some highlights:
1 - Less code due to declarative paradigm (awkward coding style for iOS Developers)
2- No more ViewController needed
3- No more storyboard conflicts during code merging due to XML (Cheers)
4- In SwiftUI frame everything is a "View"
5- Newbie should be start thinking in "Struct" instead of "Class"