iOS
20 items tagged with "ios"
Blueprints4
Separate iOS and Android to React Native Blueprint
Consolidate separate native iOS (Swift) and Android (Kotlin) apps into one React Native codebase with native modules where needed.
Separate iOS and Android to Flutter Blueprint
Merge separate native iOS and Android apps into a single Flutter codebase using add-to-app and platform channels.
Native Mobile to Kotlin Multiplatform Blueprint
Share business logic across iOS and Android with Kotlin Multiplatform while keeping native SwiftUI and Compose UIs.
Objective-C to Swift Blueprint
Incrementally migrate a legacy Objective-C iOS app to Swift using mixed-target interop, file by file.
Migrations5
Cordova to Capacitor Migration
Migrate Cordova apps to Capacitor with updated plugins and native project management
Objective-C to Swift Migration
Incrementally convert an iOS codebase from Objective-C to Swift
React Native CLI to Expo Migration
Move a React Native app to Expo (managed workflow) with config plugins and build pipeline changes
UIKit to SwiftUI Migration
Incrementally migrate iOS UI from UIKit to SwiftUI using hosting controllers and shared navigation patterns
Xamarin.Forms to .NET MAUI Migration
Migrate Xamarin.Forms apps to .NET MAUI with updated project structure, dependencies, and platform targets
Reference Architectures2
Mobile Backend as a Service (BaaS)
A managed backend providing authentication, database, storage, push, and serverless functions to native and cross-platform mobile apps.
Cross-Platform Mobile App Architecture
A single Flutter or React Native codebase targeting iOS and Android, backed by a REST/GraphQL API gateway and offline cache.
Playbooks3
Cross-Platform Mobile Migration Program Playbook
A program for consolidating separate native iOS and Android apps onto a single cross-platform codebase to cut duplication and speed releases.
Native to React Native or Flutter Program Playbook
A program for migrating an existing native iOS or Android app to React Native or Flutter incrementally, embedding the new stack inside the native shell.
iOS Objective-C to Swift Program Playbook
A program for migrating a legacy Objective-C iOS app to Swift incrementally using interoperability, file by file, while keeping the app shippable.
Checklists2
Mobile App Store Release Checklist
Confirm builds, metadata, privacy disclosures, and rollout controls are ready before submitting a mobile app to the App Store and Play Store.
Native to Cross-Platform Mobile Migration Checklist
Assess feasibility, parity, and performance before migrating native iOS and Android apps to a cross-platform framework.
Stacks2
Native iOS (Swift + SwiftUI)
Apple-native mobile stack building iOS apps with Swift and the declarative SwiftUI framework, using Xcode and first-party Apple platform frameworks.
SwiftUI + Combine
Apple's modern native stack pairing the declarative SwiftUI framework with the Combine reactive framework for building iOS, macOS, watchOS, and tvOS apps.