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

Block or report bencmorrison

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

    Swift Hex color code parsing.

    Swift

  2. PrettyBinaryIntegerString PrettyBinaryIntegerString Public

    String represenations of BinaryIntegers as binary, octal, or hexadecimal

    Swift

  3. Atomic Atomic Public

    Make any type atomic

    Swift

  4. Swift-CMYKColor Swift-CMYKColor Public

    CMYK Color for Swift's Color

    Swift

  5. SwiftUI ButtonStyle with Disabled State SwiftUI ButtonStyle with Disabled State
    1
    //  Created by Ben Morrison on 31/5/2023.
    2
    
                  
    3
    import SwiftUI
    4
    
                  
    5
    /// Create a custom button style that as you normally do
  6. LightAndDarkModeColor LightAndDarkModeColor Public

    SwiftUI Color with programatic light and dark mode.

    Swift