Skip to content
View Amzd's full-sized avatar
🚀
🚀
Block or Report

Block or report Amzd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ScrollViewProxy ScrollViewProxy Public

    ScrollViewProxy for SwiftUI on iOS 13 and up

    Swift 171 32

  2. ResponderChain ResponderChain Public

    Cross-platform first responder handling without subclassing views or making custom ViewRepresentables in SwiftUI. Similar to FocusState but for iOS 13+

    Swift 73 9

  3. PropertyWrappedCodable PropertyWrappedCodable Public

    Nice syntax for defaults and custom keys with Codable using Property Wrappers and Mirror.

    Swift 1

  4. PublishedObject PublishedObject Public

    A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange.

    Swift 29 7

  5. 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.
    2
    public struct UIKitTabView: View {
    3
        private var viewControllers: [UIHostingController<AnyView>]
    4
        private var selectedIndex: Binding<Int>?
    5
        @State private var fallbackSelectedIndex: Int = 0
  6. TouchChaser TouchChaser Public

    A touch indicator similar to the "Slide to Type" aka QuickPath swipe indicator on iOS 13+. Built with and for SwiftUI.

    Swift 18 2