I developed this project using SwiftUI, MVVM, Combine, and integrated it with Yummie’s backend for data. Onboarding Screen On the home screen, you’ll find a list...
A SceneKit and Metal Powered interactive globe for UIKit and SwiftUI Dot Globe Features Display an interactive 3D globe Customize the appearance of the globe, including...
I’m going to guide you though all the steps to get started with SwiftUI when you already have experience with UIKit! In this tutorial you will...
Queryable is a property wrapper that can trigger a view presentation and await its completion from a single async function call, while fully hiding the state handling of the presented view....
MarkdownUI is a powerful library for displaying and customizing Markdown text in SwiftUI. It is compatible with the GitHub Flavored Markdown Spec and can display images, headings, lists...
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.