UIMenu: Comprehensive guide
A comprehensive guide to using UIMenu in iOS development, covering basic setup, actions, submenus, and customization options.
A comprehensive guide to using UIMenu in iOS development, covering basic setup, actions, submenus, and customization options.
An interview with iOS developer Stewart Lynch about his programming journey, learning Swift, and his first published app.
An iOS developer shares her journey from Windows/Delphi to iOS, discussing her transition to Objective-C and Swift, and key iPhone features.
An interview with iOS developer @tundsdev about his journey into programming, learning iOS development, and building his first app.
A tutorial on building a reusable custom popup and snackbar component in SwiftUI, including alignment options and code examples.
A tutorial on implementing UIMenu for UIButton and UIBarButtonItem in iOS 14, including code examples and configuration tips.
A Swift developer shares useful extensions for simplifying UICollectionView and Compositional Layout code, focusing on reuse identifiers and registration.
A tutorial on using iOS's NSDataDetector to automatically identify and process links, emails, phone numbers, and addresses in text.
Debugging why SwiftUI's keyboardShortcut modifier fails in UIKit apps and presenting a workaround involving UIHostingController.
A SwiftUI tutorial on implementing both tap and long-press actions on a button, covering gesture conflicts and Catalyst compatibility.
Tips and best practices for implementing Diffable Data Sources in iOS development, covering typealiases, avoiding retain cycles, and using enums.
A technical guide exploring the NSCollectionLayoutGroup class for creating complex layouts in iOS Collection Views using Compositional Layout.
Learn how to use EventKit and Combine to monitor the iOS/macOS system calendar for changes and reload app data accordingly.
Explains how to implement email sending in iOS 14 apps using the `mailto:` URL scheme to open the user's default email client.
A guide to implementing loading/shimmer effects using Diffable Data Sources in iOS, focusing on creating unique placeholder items.
Explains Swift Optionals, their purpose, and how to use them to handle missing values safely in Swift programming.
Introduction to iOS 13's UICollectionViewCompositionalLayout, covering its core classes and declarative approach for complex layouts.
A video tutorial on implementing Collection View Compositional Layout in iOS, covering items, groups, sections, and dynamic layouts.
A developer shares practical strategies and lessons learned from porting a complex iPhone app to iPad, focusing on UI adaptation and time-saving techniques.
A guide to using Fastlane for managing and automating version numbers for iOS/macOS releases, including bumping, prompting, and tagging.