Published inDevTechieCustom Context Manager in PythonContext manager is useful when dealing with resources. Python has many built-in context managers. However, it lets you define your own…Jan 28Jan 28
Published inDevTechieMastering Labels in SwiftUIIn SwiftUI, a Label is a view that combines a text view with an image view, creating a compact and visually appealing way to present…Jan 261Jan 261
Published inDevTechieFalling leaves animation in SwiftUIFall feels far away, but this chilly winter has me longing for warmer days. Here’s something to bring you a little warmth during this cold…Jan 10Jan 10
Published inDevTechieCreating Stunning Snowfall Animation in SwiftUI ❄️✨Let’s build snowfall animation in SwiftUI. We will be using Canvas view to create this animation.Dec 22, 2024Dec 22, 2024
Published inDevTechieMastering Mask Modifier in SwiftUISwiftUI’s mask modifier is used to mask one view with another. This modifier is used for masking the original view. When a mask is applied…Dec 22, 2024Dec 22, 2024
Published inDevTechieMastering DragGesture in SwiftUIThe DragGesture in SwiftUI, is a gesture recognizer which tracks the movement of a touch across the screen. Which capturing the movement of…Dec 19, 2024Dec 19, 2024
Published inDevTechieImplementing a Custom Pop-Up in SwiftUI using ViewModifierIn SwiftUI, a ViewModifier is a protocol that enables us to encapsulate a collection of modifications or behaviors for a view into a…Dec 18, 2024Dec 18, 2024
Published inDevTechieMastering Refreshable in SwiftUI : Pull to refreshThe refreshable modifier in SwiftUI enables users to manually refresh the content of a view. By incorporating this modifier into a view, it…Dec 17, 2024Dec 17, 2024
Published inDevTechieCustom Exceptions in PythonException handling is a bliss since this won’t let your program crash. This article explores how to define custom or user-defined…Dec 16, 2024Dec 16, 2024
Published inDevTechieUnique Macro in Xcode 16 & SwiftUIPrior to iOS 18, the @Attribute(.unique) property was used to enforce uniqueness constraints in SwiftData models. However, it only…Dec 15, 2024Dec 15, 2024