Published inDevTechieThe Secret Sauce to Scalable SwiftUI Apps: Coordinator Pattern ExplainedThe Coordinator pattern has been a popular in UIKit-based iOS applications for years, helping developers manage navigation flow and…2d ago2d ago
Published inDevTechieMastering searchable in SwiftUI & iOS: A Complete GuideIntroduced in iOS 15, the .searchable view modifier allows you to add a search bar to your SwiftUI views with minimal effort. It provides a…5d ago5d ago
Published inDevTechieMastering AppStorage in SwiftUI & iOSSwiftUI introduced the @AppStorage property wrapper with iOS 14, making it incredibly easy to store and retrieve small data values using…Apr 8Apr 8
Published inDevTechieMastering OpenURL & Deep Links in SwiftUI & iOSOpenURL is a powerful mechanism in SwiftUI that allows our app to handle both internal and external links. In this comprehensive guide, we…Apr 71Apr 71
Published inDevTechieGeometryReader in SwiftUI: From Basics to Advanced TechniquesGeometryReader is one of the most powerful layout tools available in SwiftUI. Geometry Reader enables us to build responsive designs that…Apr 4Apr 4
Published inDevTechieBuilding a Firework Animation in SwiftUI: A Hands-On GuideCreating engaging animations in SwiftUI is both fun and educational. In this article, we will explore how to build a firework effect that…Apr 2Apr 2
Published inDevTechieRock paper scissors Game in GameKit and SwiftUIRock Paper Scissors is a classic hand game that can be easily implemented in SwiftUI. Today we will build a fully functional game where a…Mar 20Mar 20
Published inDevTechieBuilding a SwiftUI News App with NewsAPI: Step-by-Step GuideToday, we will walk through building a news app using SwiftUI and NewsAPI.org. SwiftUI makes it easy to create beautiful, responsive user…Mar 19Mar 19
Published inDevTechieRefreshable Modifier in SwiftUIAt WWDC 2021, Apple introduced the refreshable modifier for SwiftUI. This new addition brings the "pull to refresh" functionality to…Feb 21Feb 21
Published inDevTechieApple Intelligence: Transforming Apps with Create ML & Core ML in SwiftUIApple Intelligence: Transforming Apps with Create ML & Core ML in SwiftUIFeb 20Feb 20