Skip to content
View druvv's full-sized avatar
  • SmartPass
  • New York, New York

Organizations

@IntelliDining
Block or Report

Block or report druvv

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 Loading

  1. dolthub/dolt dolthub/dolt Public

    Dolt – Git for Data

    Go 17.4k 490

  2. Drag to select multiple views in Swi... Drag to select multiple views in SwiftUI
    1
    # DragSelectContainerView
    2
    Drag to select multiple views in SwiftUI (Written in Swift 5 / iOS 15)
    3
    
                  
    4
    This wrapper view allows you to select multiple views in SwiftUI. You provide the view frames using a `GeometryReader`
    5
    and the functionality to support selecting and deselecting objects. This wrapper takes care of the rest.