Skip to content
View madordie's full-sized avatar
🌱
学习使我快乐~
🌱
学习使我快乐~
Block or Report

Block or report madordie

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
madordie/README.md
#!/usr/bin/env swift
import UIKit

struct Welcome: CustomStringConvertible {
    let blog = "https://madordie.github.io"

    var description: String {
        return """
            - 🌱 [学习使我快乐](\(blog))
            """
    }
}

print(Welcome())

Popular repositories

  1. dsc_extractor dsc_extractor Public

    ./dsc_extractor dyld_shared_cache_arm64 arm64

    23 6

  2. KTJNightVersion KTJNightVersion Public

    Imitation from DKNightVerision. Enhanced robustness

    Objective-C 6 1

  3. sync-sketch-plugin sync-sketch-plugin Public

    sketch画板同步

    JavaScript 6

  4. Demo-PodspecUseBMK Demo-PodspecUseBMK Public

    [已解决]在pod库中swift使用百度地图SDK时配置例子

    Objective-C 5 3

  5. format-sketchplugin format-sketchplugin Public

    自定义数据填充Sketch插件

    Swift 3

  6. KTJPushQueueForNavigation KTJPushQueueForNavigation Public

    对Navigation push 进行队列化操作。解决低版本连续push造成的崩溃。(Can't add self as subview)

    Objective-C 2