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

Block or report guohongwei719

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

    Xcode Source Editor Extension 插件,实现功能有四个,一.初始化自定义view、UICollectionViewCell、UITableViewCell、viewController,自动删除无用代码和添加默认代码;二. 为属性自动添加懒加载代码、对应协议声明和协议方法,主要有 UITableView\UICollectionView\UIScrollView\U…

    Objective-C 140 29

  2. GHWAppLaunchManager GHWAppLaunchManager Public

    使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。

    Objective-C 82 17

  3. GHWBinaryMapSource GHWBinaryMapSource Public

    使用 Python 和 LLDB 解决二进制 Pod 到源码映射问题,实现二进制 Pod 单步调试功能

    Objective-C 28 2

  4. swift-algorithm-club swift-algorithm-club Public

    Forked from kodecocodes/swift-algorithm-club

    Algorithms and data structures in Swift, with explanations!

    Swift

  5. LeetCode-Swift LeetCode-Swift Public

    Forked from soapyigu/LeetCode-Swift

    Solutions to LeetCode by Swift

    Swift 1