# Adopting the iOS 26 WebView Safely with a Router
How a tiny router lets my Readeck reader run the new iOS 26 SwiftUI WebView on new devices and the proven WKWebView everywhere else, with a switch for the user as a bonus.
How a tiny router lets my Readeck reader run the new iOS 26 SwiftUI WebView on new devices and the proven WKWebView everywhere else, with a switch for the user as a bonus.
A personal journey into open source: how I created the Readeck iOS App and shared it with the community.
How to integrate SwiftUI into iOS Share Extensions using UIHostingController, clean state management, and seamless extension lifecycle handling.
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.
How to securely share authentication tokens and sensitive data between your iOS app and Share Extension using Keychain Access Groups. No double login required.