Optimizing performance is definitely one of the most interesting topics, not only on iOS, but software development in general. There … More
Tag: swiftui
ML recommendation app with Create ML on iOS 15
Introduction WWDC21 brought us a lot of new cool things, such as the new Swift concurrency features, Xcode Cloud, new … More
SwiftUI in production
Introduction It’s been a month (at the time of writing) since my app Soccer Puzzles has been live on the … More
Collapsing top bar animation with SwiftUI
Introduction Many modern apps have a top bar, with customized designs and smooth collapsing animations. Since the default NavigationView doesn’t … More
Developing drawing app with SwiftUI
Introduction In this post, we will build a drawing app with SwiftUI. Apart from being super fun and addictive, SwiftUI … More
Sentiment analysis with Natural Language and SwiftUI
Introduction The Natural Language framework was announced at WWDC, last year. It offers a powerful set of features for analysing … More
Text recognition on iOS 13 with Vision, SwiftUI and Combine
Introduction This year, WWDC was full of new and exciting features. The biggest one was probably SwiftUI, Apple’s new UI … More