Skip to content
View dungntm58's full-sized avatar
🤡
Amusant
🤡
Amusant
Block or Report

Block or report dungntm58

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. swiftui-hooks-form swiftui-hooks-form Public

    A SwiftUI implementation of React Hooks Form. A custom Hook inherits from React Hooks to handle input forms

    Swift 4

  2. RCStickerView RCStickerView Public

    Add a label, image, another custom view as a sticker view.

    Swift 11 4

  3. iOSCore iOSCore Public

    An architecture, util modules and declarative table view/collection view and so on

    Swift 3

  4. checkit checkit Public

    Check Go structs, Go practice for fun

    Go

  5. leetcode-practice leetcode-practice Public

    Try hard daily

    Go

  6. Compare two values of type Any Compare two values of type Any
    1
    // From Swift 5.7 onwards, in Xcode 14, we can compare two values of type Any
    2
    // as we can cast values to any Equatable and use any Equatable as a parameter type as well
    3
    // thanks to Unlock existentials for all protocols change.
    4
    // Refer: https://github.com/apple/swift-evolution/blob/main/proposals/0309-unlock-existential-types-for-all-protocols.md
    5