

Integrating Core Data with SwiftUI
Learn how to integrate Core Data into SwiftUI apps.
5 min read
![[In-Depth Guide] iOS App System Design: From concept to architecture](https://static.wixstatic.com/media/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.webp)
![[In-Depth Guide] iOS App System Design: From concept to architecture](https://static.wixstatic.com/media/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.png/v1/fill/w_415,h_312,fp_0.50_0.50,q_95,enc_avif,quality_auto/3b7114_3e2d12c792fe4c4d9358c3ef0dc3a7a5~mv2.webp)
[In-Depth Guide] iOS App System Design: From concept to architecture
In this post we break down the steps in designing a system for iOS apps using a practical example.
5 min read


Intro to Coordinator pattern with SwiftUI and UIKit
Quick introduction to the Coordinator pattern for navigation implemented with UIKit and SwiftUI.
5 min read