Skip to content
View radutzan's full-sized avatar

Organizations

@ondalabs
Block or Report

Block or report radutzan

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. A way to declare a UIButton's tap, t... A way to declare a UIButton's tap, touch down, and "touch lift" actions through closure properties. See comments for more info.
    1
    typealias ButtonAction = (button: UIButton) -> Void
    2
    
                  
    3
    class ButtonActionWrapper: NSObject {
    4
        var action: ButtonAction
    5
        
  2. Viento Viento Public archive

    Direct manipulation prototype for Apple TV

    Objective-C 18