Recommended WWDC24 Sessions
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
A SwiftUI tutorial on creating a reusable enum to streamline standard button types (add, delete, edit) with localization support.
Explains how to create custom environment values in SwiftUI, covering the standard method and noting updates from WWDC24.
A SwiftUI tutorial on creating a custom LabelStyle to tint only the icon, leaving the text color unchanged.
A podcast episode discussing WWDC 24, developer challenges in the EU, and bugs in Xcode 15, with hopes for a more stable release.
SwiftUI best practices for using @StateObject property wrappers to avoid performance pitfalls and bugs during initialization.
Explores using RxSwift and Clean Architecture to improve Apple Pay integration in iOS apps, moving from delegates to reactive delegate proxies.
A guide to using RxSwift and the Proxy pattern to refactor Apple Pay delegate methods for cleaner, more maintainable iOS architecture.
A developer discusses recognizing when an app's design isn't resonating with users and shares plans to experiment with improving its visual interface.
A guide to integrating Apple's Game Center into iOS apps and games, covering setup, benefits, and implementation with SpriteKit.
A developer shares their challenging journey learning SwiftUI, comparing it to web frameworks and detailing the initial struggles and eventual breakthroughs.
A podcast episode discussing the motivations and experiences of developers who live stream their coding process and connect with the community.
How to fix the 'Some files could not be transferred (code 23)' error in Xcode when archiving with Cocoapods.
A tutorial on implementing background blur effects using SwiftUI's materials to enhance text visibility over images.
Explains SwiftData, the new Swift framework for data modeling built on CoreData, with practical SwiftUI examples for iOS 17+.
Learn the basics of Dependency Injection in Swift, covering constructor and property injection with practical code examples.
A technical guide for iOS developers on detecting and updating widgets for iOS 17's StandBy mode using the containerBackground API.
A Swift Combine extension to simplify removing nil values from publishers by replacing .compactMap { $0 } with .compactMap().
A tutorial on implementing drag-and-drop reordering functionality for LazyVGrid, LazyHGrid, LazyVStack, and LazyHStack in SwiftUI.
A developer shares UX insights on implementing subtle, integrated onboarding within an app to guide users without traditional tutorial screens.