# How I Started My First Open Source Project with Readeck
A personal journey into open source: how I created the Readeck iOS App and shared it with the community.
A personal journey into open source: how I created the Readeck iOS App and shared it with the community.
A practical guide to avoiding Share Extension memory crashes with payload control and a Core Data-first data path.
How to integrate SwiftUI into iOS Share Extensions using UIHostingController, clean state management, and seamless extension lifecycle handling.
My experience migrating a tab-based app to iOS 18 and 26 – from deprecated APIs to Liquid Glass design.
Learn how to implement Clean Architecture in Swift using MVVM + Use Cases pattern without relying on external frameworks.
How to implement robust shared storage between your iOS app and Share Extension using App Groups and Core Data. Offline persistence, conflict resolution, and proper coordination.