Amzd - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View Amzd's full-sized avatar

the lack of empathy for animals in otherwise reasonable people is disheartenig

Casper Zandbergen Amzd

the lack of empathy for animals in otherwise reasonable people is disheartenig

Block or report Amzd

Pinned Loading

  1. ScrollViewProxy for SwiftUI on iOS 13 and up

    Swift 174 32

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

    Swift 73 11

  3. Decentralized private messenger with chat-shared tools and games for iOS

    Swift 423 72

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

    Swift 34 7

  5. 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. A touch indicator similar to the "Slide to Type" aka QuickPath swipe indicator on iOS 13+. Built with and for SwiftUI.

    Swift 24 2