Analyzing the DoorDash Android app and its internal API. Main takeaways – Multiple fraud detection APIs, float vs. cents for item prices, endless possibilities. Running in...
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...
These are the recordings of all talks of the Do iOS Conference that was held on 8 and 9 November 2022 in Amsterdam.
Nuke provides an efficient way to download and display images in your app. It’s easy to learn and use. Its architecture enables many powerful features while...
Video from the Swiftable 2022 conference, which took place in Buenos Aires in early December 2022.
This library was motivated and designed over the course of many episodes on Point-Free, a video series exploring functional programming and the Swift language, hosted by Brandon Williams and Stephen...
That's about 3 new apps every minute!
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:...
Copilot for Xcode is an Xcode Source Editor Extension that provides Github Copilot support for Xcode. It uses the LSP provided through Copilot.vim. Thanks to LSP-copilot for showing the...
Delightful Swift snapshot testing. Usage Once installed, no additional configuration is required. You can import the SnapshotTesting module and call the assertSnapshot function. import SnapshotTesting import XCTest class MyViewControllerTests: XCTestCase { func...
This major new release brings significant performance improvements to all animations with an all-new rendering engine powered by Core Animation.
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...
Bauly is a neat little library used to display compact message banners in your app. The design is inspired by stock banners visible in iOS 13 and...
Run Stable Diffusion on Apple Silicon with Core ML This repository comprises: python_coreml_stable_diffusion, a Python package for converting PyTorch models to Core ML format and performing...
Tips & Tricks for using SwiftUI on large-scale projects involving multiple developer teams working together.
AirDrop spammer/flooder to troll friends. AirTroller FAQ What’s the difference between TrollDrop and AirTroller? TrollDrop is also an AirDrop spammer, but broke on iOS 12-13, when...
Promises simplify asynchronous programming, freeing you up to focus on the more important things. They are easy to learn, easy to master and result in clearer,...
KeyboardKit is a Swift library that helps you build custom keyboards with Swift and SwiftUI. It extends the native keyboard APIs and provides you with a...