Skip to content
View mlego's full-sized avatar
🤘
Coding
🤘
Coding
  • VSCO
  • Los Angeles, CA

Block or report mlego

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. ViewLocale - SwiftUI custom modifier... ViewLocale - SwiftUI custom modifier, with autocompleting locale identifiers, to easily and quickly preview localized views
    1
    // A simple custom modifier, with autocompleting locale identifiers, to easily preview localized views
    2
    struct ViewLocale: ViewModifier {
    3
        enum Identifier: String {
    4
            case english = "en"
    5
            case french = "fr"
  2. SlideShow SlideShow Public

    Modular Architecture for Multiplatform Development For Apple Platforms

    Swift 12 2