UI DEVELOPMENT

Using UIKit & SwiftUI Together

How to implement an App using both UIKit and Swift UI

Riccardo Cipolleschi
6 min readDec 22, 2020

--

In 2019 Apple presented SwiftUI, a new UI framework to develop our apps in a declarative way. Before that, all the iOS apps have to use UIKit to implement their UI.

SwiftUI promises incredibly advantages while developing:

--

--

Riccardo Cipolleschi

Hey there, I’m Riccardo. Software engineer at Meta. I have a passion for iOS and I love to share my knowledge with others.