thevenkatapplelens.hashnode.dev·Oct 11, 2024LazyHGrid and LazyVGrid: Everything You Need to KnowIntroduction: LazyHGrid and LazyVGrid are components in SwiftUI that allow you to create grid layouts efficiently. They are "lazy" because they only render the views that are currently visible on the screen, which helps improve performance, especiall...SwiftUIiOS
Saksham Shreysakshamshrey.hashnode.dev·Jun 9, 2024Deploying a Custom Library via CocoaPodsDeploying a custom library is essential for developers sharing their code. Methods like Swift Package Manager (SPM), Carthage, and CocoaPods exist for this purpose. CocoaPods is favored due to its vast library repository, ease of use, and strong comm...cocoapods
Vishal Paliwaliamvishal16.hashnode.dev·Feb 17, 2024Simplest Snap Card Carousal In SwiftUISimplest way to implement snap to an item while scrolling in SwiftUI. We’ll implement this using ZStack. Snap card carousel effect is a common and essential component in many home screen layouts. It adds a dynamic and engaging user experience. This ...SwiftUI
CS Diariescsdiaries.hashnode.dev·Mar 16, 20234 Swift Libraries You Didn’t Know You NeededPhoto by Maxwell Nelson on Unsplash Swift is a powerful and intuitive programming language for iOS, iPadOS, macOS, tvOS, and watchOS. It offers modern features such as generics, protocols, closures, and automatic memory management that make writing h...Swift
Fito Toledanofitotoledano.hashnode.dev·Dec 11, 2022Foundation, now in Swift!Swift is about to get even faster, and so are your apps. The Core Team at Apple has announced that the Foundation framework is going to be rewritten in Swift. But what does this mean? First of all, we need to understand what the Foundation framework...172 readsiOS