Combine CoreData and SwiftUI
A guide on integrating CoreData with SwiftUI for iOS app development, covering setup, context management, and data persistence.
A guide on integrating CoreData with SwiftUI for iOS app development, covering setup, context management, and data persistence.
A developer shares their experience building AstroMobile, a cross-platform astronomy quiz game using React-Native and WebView.
A video tutorial on adding Markdown rendering and code syntax highlighting to a ChatGPT iOS app built with SwiftUI.
An indie developer shares lessons learned after their document scanner app 'Scan it' was featured in Indie App Santa, leading to thousands of downloads and unexpected technical challenges.
A technical guide on implementing complex gestures like presses, drags, and taps in SwiftUI using a custom GestureButton.
Explains the structure and benefits of .NET MAUI project files for building cross-platform mobile and desktop applications from a single codebase.
A developer shares insights from building a production app with SwiftUI, comparing its strengths and weaknesses against UIKit for iOS development.
Guide for developers on implementing subscription management links in iOS/Android apps to comply with Google's updated policy.
A SwiftUI tutorial on customizing alert button styles, including using button roles and global tint color overrides.
A guide to implementing content tagging in SwiftUI using the TagKit library, covering slugification and customizable tag views.
A technical guide on implementing a Remote Asset Manager for iOS apps, allowing dynamic updates to assets without requiring new app builds.
Explains how to use SwiftUI's new .presentationDetents modifier in iOS 16 to create custom-sized sheets with multiple detents and handle controls.
A guide on transferring a Google Fi eSIM to a new iPhone, including steps and security considerations for travelers.
A guide to safely unwrapping optional values in Swift using optional binding, covering syntax, use cases, and best practices.
Learn how AWS Amplify accelerates full-stack web and mobile app development with features for auth, data, storage, and new extensibility tools.
A guide to enabling and disabling the touch indicator on the iOS Simulator using a terminal command, useful for screen recordings.
A tutorial on implementing deep linking in React Native apps using React Navigation to navigate users to specific screens.
A guide for developers on creating effective App Store screenshots to improve app visibility and downloads.
A developer shares lessons from removing Rust libraries from a mobile app, discussing performance gains but significant compilation and binary size issues.
A tutorial on implementing editable lists in SwiftUI, covering item editing, moves, deletions, and enabling edit mode.