Skip to content
View fengzhiyinxiang's full-sized avatar

Block or report fengzhiyinxiang

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

Popular repositories Loading

  1. UIViewControllerLeakCheck UIViewControllerLeakCheck Public

    控制台自动打印泄露的UIViewController

    Objective-C 6

  2. NSObjectChangeDescription NSObjectChangeDescription Public

    Hook以Model结尾的类的description方法,将原先不常用的内存地址log更改为遍历属性的log。这个hook使用更安全的方式是加上项目前缀,具体操作请修改非常简单的源码。

    Objective-C 5

  3. SafeCategory SafeCategory Public

    常用对象引用及方法调用健壮性封装。

    Objective-C 2 1

  4. RequestRepeatCheck RequestRepeatCheck Public

    基于URL和HttpBody判断相同请求,如果在预先设置的时间内多次发送相同值的URL和HttpBody,则在控制台打印SameHTTPRequest标识,URL和URLHTTPBody。

    Objective-C 1

  5. UITableViewCollectionViewReuse UITableViewCollectionViewReuse Public

    UITableViewCollectionViewReuse

    Objective-C 1

  6. Exception Exception Public

    异常概念的一点理解