🚀
Pinned Loading
-
-
ResponderChain
ResponderChain PublicCross-platform first responder handling without subclassing views or making custom ViewRepresentables in SwiftUI. Similar to FocusState but for iOS 13+
-
PropertyWrappedCodable
PropertyWrappedCodable PublicNice syntax for defaults and custom keys with Codable using Property Wrappers and Mirror.
Swift 1
-
PublishedObject
PublishedObject PublicA property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange.
-
UIKitTabView. SwiftUI tab bar view t...
UIKitTabView. SwiftUI tab bar view that respects navigation stacks when tabs are switched (unlike the TabView implementation) 1/// An iOS style TabView that doesn't reset it's childrens navigation stacks when tabs are switched.
2public struct UIKitTabView: View {
3private var viewControllers: [UIHostingController<AnyView>]
4private var selectedIndex: Binding<Int>?
5@State private var fallbackSelectedIndex: Int = 0
-
TouchChaser
TouchChaser PublicA touch indicator similar to the "Slide to Type" aka QuickPath swipe indicator on iOS 13+. Built with and for SwiftUI.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.