Skip to content
View juliensagot's full-sized avatar
Block or Report

Block or report juliensagot

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. JSNavigationController JSNavigationController Public

    A highly customizable UINavigationController suited for macOS.

    Swift 70 11

  2. JSSwitch JSSwitch Public

    UISwitch lookalike, for macOS.

    Swift 24 1

  3. UIViewAnimationPreset UIViewAnimationPreset Public

    Use presets with UIView.animate APIs.

    Swift

  4. Convert NSBezierPath to CGPath (Swif... Convert NSBezierPath to CGPath (Swift 5.1, Xcode 11.3 (11C29))
    1
    extension NSBezierPath {
    2
        
    3
        /// A `CGPath` object representing the current `NSBezierPath`.
    4
        var cgPath: CGPath {
    5
            let path = CGMutablePath()