iOS Chat with Emin Grbo
An interview with iOS developer Emin Grbo about his journey into programming, learning Swift, challenges with delegates, and career advice.
An interview with iOS developer Emin Grbo about his journey into programming, learning Swift, challenges with delegates, and career advice.
An interview with iOS developer Lee Kah Seng discussing his journey from .NET to iOS, challenges with Objective-C and Swift, and the iOS job market in Malaysia.
An interview with iOS developer Nicolas Spinner about his journey into programming, learning Swift, favorite Apple products, and his #100DaysOfSwiftBlogs challenge.
A technical tutorial on replicating Apple Photos' layout and animations using iOS Compositional Layout and Diffable Data Sources.
A tutorial on creating responsive UICollectionView layouts using Compositional Layout that adapts to different iPad screen sizes and orientations.
A cheat sheet for writing unit tests for Swift Combine Publishers in Xcode, including code snippets for common assertion scenarios.
A technical tutorial on implementing sticky section headers in iOS CollectionViews using Compositional Layout and the pinToVisibleBounds property.
A tutorial on implementing an app onboarding flow using UICollectionView's Compositional Layout API in iOS, including code examples and layout tips.
A tutorial on creating grid layouts using Compositional Layout in iOS, explaining fractional sizing for items and groups.
A technical showcase of iOS's Modern Collection Views using Compositional Layout and Diffable Data Sources, with practical examples like grids, lists, and an Instagram profile clone.
A tutorial on converting a SwiftUI app to use the UIKit App Delegate life cycle in Xcode, covering file updates and configuration.
A practical tutorial on using iOS Compositional Layout to build a complex screen similar to the Instagram profile interface.
A tutorial on implementing background decoration views for sections in iOS UICollectionViewCompositional Layout.
A tutorial on implementing supplementary views like badges in iOS collection views using Compositional Layout and Diffable Data Source.
A tutorial on using iOS's CNContactPickerViewController to let users select contacts or specific contact data without requiring full contacts permission.
Explains how to refresh header and footer views in iOS TableView/CollectionView using Diffable Data Source's section identifiers and associated values.
A tutorial on creating custom XCTest assertions in Swift to write clearer and more maintainable unit tests.
A beginner-friendly guide explaining what Core Data is, why it's needed for iOS/macOS apps, and how it simplifies data persistence.
A guide on making iOS app files accessible in the Files app and managing private vs. public storage directories.
Explores the three phases of the SwiftUI view lifecycle, explaining view identity, rendering hierarchies, and how SwiftUI manages UI updates.