Skip to content
View OskarGroth's full-sized avatar

Block or report OskarGroth

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 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 Loading

  1. AppMover AppMover Public

    Swift 84 17

  2. OGSwitch OGSwitch Public

    iOS-inspired Switch Control for macOS

    Swift 78 6

  3. AuroraView AuroraView Public

    Swift 57 1

  4. UniquePublished UniquePublished Public

    Swift 34 2

  5. ColorPickerPopover ColorPickerPopover Public

    NSPopover Color Picker

    Swift 15 5

  6. WindowAccessor.swift WindowAccessor.swift
    1
    import Cocoa
    2
    import SwiftUI
    3
    
                  
    4
    public extension View {
    5
        func bindWindow(_ window: Binding<NSWindow?>) -> some View {