Skip to content
View robinkanatzar's full-sized avatar

Block or report robinkanatzar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. visionOS-contrast visionOS-contrast Public

    Demo app exploring higher contrast views on visionOS apps

    Swift

  2. visionOS-position visionOS-position Public

    A demo application showing how to calculate relative position between the user and 3D objects on visionOS

    Swift 3

  3. AStack: An accessible stack view tha... AStack: An accessible stack view that switches from an HStack to a VStack when the dynamic type size is an accessibility size
    1
    import SwiftUI
    2
    
                  
    3
    /// An accessible stack view that starts as an HStack
    4
    /// then becomes a VStack once the dynamic type size
    5
    /// is an accessibility size.
  4. Accessibility + visionOS: Observe re... Accessibility + visionOS: Observe reduced motion system setting
    1
    import SwiftUI
    2
    
                  
    3
    /// An example view that listens to the user's system settings
    4
    /// about preferring motion
    5
    struct ReducedMotionView: View {
  5. Accessibility + visionOS: Observe he... Accessibility + visionOS: Observe head anchor system setting
    1
    import SwiftUI
    2
    
                  
    3
    /// An example view that listens to the user's system settings
    4
    /// about preferring head-anchored views
    5
    struct HeadAnchoredView: View {