Gurjit SinghMastering String Concatenation in Swift: A Comprehensive GuideIn any programming language, working with strings is essential, and Swift is no different. Whether you’re building iOS apps, macOS…Oct 15Oct 15
Gurjit SinghBridging the Gap: Integrating SwiftUI with UIKit Using UIHostingControllerIntroductionJul 9Jul 9
Gurjit SinghinYollectDelving Deeper into the Order Book: A Financial Market LifelinePhoto by Nicholas Cappello on UnsplashFeb 28Feb 28
Gurjit SinghSharing Made Easy: A Guide to SwiftUI Share SheetsIn SwiftUI, a “share sheet” refers to a system-provided popup that allows users to share content from your app with other apps or services…Feb 7Feb 7
Gurjit SinghIn-Depth Dive into Blurring Backgrounds in SwiftUIBlurring backgrounds in SwiftUI offers a powerful tool for creating visually appealing and user-friendly interfaces. Here’s an in-depth…Feb 6Feb 6
Gurjit SinghUnderstanding @StateObject and @ObservedObject in SwiftUIIn the realm of SwiftUI, managing state and ensuring data consistency across views is crucial for building dynamic and interactive user…Jan 26Jan 26
Gurjit SinghDeep Dive into Autorelease Pools in SwiftIn the realm of software development, memory management plays a crucial role in ensuring the efficient allocation and deallocation of…Jan 25Jan 25
Gurjit SinghSwift Enums and Equatability: With and Without Associated ValuesPhoto by Stanley Dai on UnsplashJan 23Jan 23
Gurjit SinghHow to create a Date Picker in SwiftUIUse a DatePicker when creating a view that enables users to choose both a calendar date and, if needed, a specific time.Jan 16Jan 16
Gurjit SinghGetting started with Swiftlint to enforce Swift styleSwiftLint is a tool that ensures Swift code adheres to defined style guidelines. It automates code review by identifying and suggesting…Dec 29, 2023Dec 29, 2023