Privacy oriented video player for iOS, tvOS and macOS. Features Native user interface built with SwiftUI with customization settings Player queue and history Player component with custom controls,...
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...
A new approach to Container-Based Dependency Injection for Swift and SwiftUI. Factory 2.0 Factory is strongly influenced by SwiftUI, and in my opinion is highly suited...
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to...
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...
IceCubesApp is an open source application for accessing the decentralized social network Mastodon! It’s built entirely in SwiftUI, making it fast, lightweight, and easy to use....
Publish your roadmap inside your app and allow users to vote for upcoming features, without having to create a backend! Setting up Roadmap Create a Roadmap...
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...
SnapKit Installation CocoaPods CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command: $ gem install cocoapods CocoaPods 1.1.0+ is required...
Swift framework to interact with Python. PythonKit Usage Some Python code like this: import sys print(f"Python {sys.version_info.major}.{sys.version_info.minor}") print(f"Python Version: {sys.version}") print(f"Python Encoding: {sys.getdefaultencoding().upper()}") Can be implemented...
SwiftGen is a tool to automatically generate Swift code for resources of your projects (like images, localised strings, etc), to make them type-safe to use. There...
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.
SyncKit automates the process of synchronizing Core Data or Realm models using CloudKit. SyncKit uses introspection to work with any model. It sits next to your...
Loop is an app template for building an automated insulin delivery system. It is a stone resting on the boulders of work done by many others....
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...
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...
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...
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...