Skip to content
View maxcampolo's full-sized avatar

Block or report maxcampolo

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 250 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
maxcampolo/README.md

Hi there 👋

Pinned Loading

  1. VideoCore VideoCore Public

    Forked from jgh-/VideoCore-Inactive

    An audio and video manipulation pipeline - Fork of the original repo that supports Swift. Contributors welcome.

    C++ 11 24

  2. MCNotificationCenter MCNotificationCenter Public

    NSNotificationCenter and KVO manager for iOS

    Swift

  3. Animate position of a sublayer when ... Animate position of a sublayer when animating a UIView.
    1
        public override func layoutSubviews() {
    2
            super.layoutSubviews()
    3
    
                  
    4
            // If the view is animating apply the animation to the sublayer
    5
            CATransaction.begin()
  4. UIView subclass that is transparent ... UIView subclass that is transparent to all touch events besides those on eligible child views.
    1
    import UIKit
    2
    
                  
    3
    /**
    4
     UIView subclass that is transparent to all touch events besides those on eligible child views.
    5
    */