An example project for Implementing spoilers in SwiftUI article.
Introspect allows you to get the underlying UIKit or AppKit element of a SwiftUI view. For instance, with Introspect you can access UITableView to modify separators, or UINavigationController to customize...
Transitioning button design with a smooth liquid, fluid twist! 💧 Bringing a splash of creativity to button design using SwiftUI.
Compose beautiful preference panels. Simple but powerful syntax (powered by result builders). Create nested pages and groups. Fully searchable. Native integration with SwiftUI and AppStorage. Comes with...
Anime Now! provides a way to view your favorite anime shows built with SwiftUI and TCA (The Composable Architecture). Features Ads Free No logins Custom video...
AnimatedTabBar is a tabbar with number of preset animations written in pure SwiftUI. Animated Tab Bar Usage Add an Int to store current selection Pass your buttons to...
Tried to replicate iOS volume slider and apple music sliders design and animations in SwiftUI. Created generic components for custom slider control in SwiftUI.
In this video I will introduce you to Lottie 4.0, Lottie is Airbnb’s cross-platform, open-source library for rendering vector motion graphics.
Tools for making SwiftUI navigation simpler, more ergonomic and more precise.
In this Video I’m going to teach how to create Stylish Animated Collapsible Header Menu Using SwiftUI 4.0. Timestamps: 0:00 Intro 0:28 Project SetUp 2:05 Building...
Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on...
An iOS and macOS app that demonstrates how different SwiftUI constructs and SwiftUI container views affect: the lifetime of @State the firing of events such as onAppear and onDisappear My...
Toasts, alerts and popups library written with SwiftUI. Popup View Usage Add a binding bool to control popup presentation state Add .popup modifier to your view. struct ContentView:...
CodeScanner is a SwiftUI framework that makes it easy to scan codes such as QR codes and barcodes. It provides a view struct, CodeScannerView, that can be...
Tips & Tricks for using SwiftUI on large-scale projects involving multiple developer teams working together.
A modern and completely free weightlifting workout tracker for iOS, written in SwiftUI.
Today, I’ll show you how to create this face loading animation using the SwiftUI framework.
This is an open-source library to use with SwiftUI. It allows you to create and customize confetti animations. Built with pure SwiftUI. Select from default confetti...
ViewInspector is a library for unit testing SwiftUI views. It allows for traversing a view hierarchy at runtime providing direct access to the underlying View structs. Why? SwiftUI view...
SwiftUI has APIs like Stacks, Horizontal Grid and Vertical Grid that are used to create impossible Design in SwiftUI but these APIs has some complexity when...