Gurjit Singh·May 17, 2025What’s New in Swift 6.1: A Deep Dive into the Latest EnhancementsSwift 6.1, officially released in March 2025, continues the evolution of Apple’s powerful and expressive programming language. With a focus…
Gurjit Singh·Oct 15, 2024Mastering 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…
Gurjit Singh·Jul 9, 2024Bridging the Gap: Integrating SwiftUI with UIKit Using UIHostingControllerIntroduction
InYollectbyGurjit Singh·Feb 28, 2024Delving Deeper into the Order Book: A Financial Market LifelinePhoto by Nicholas Cappello on Unsplash
Gurjit Singh·Feb 7, 2024Sharing 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…
Gurjit Singh·Feb 6, 2024In-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…
Gurjit Singh·Jan 26, 2024Understanding @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…
Gurjit Singh·Jan 25, 2024Deep 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…
Gurjit Singh·Jan 23, 2024Swift Enums and Equatability: With and Without Associated ValuesPhoto by Stanley Dai on Unsplash
Gurjit Singh·Jan 16, 2024How 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.