Skip to content

maxueshan/HotFix-OC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

HotFix-OC

Objective-C 热修复

玩一下 Objective - C 的热修复

支持的能力

*支持在原方法实现之前、后插入新实现,或者替换

*支持修改原方法的参数、返回值(支持 block 作为参数的方法)

*支持给已有类添加新的方法和实现(开发 UI 以及需求逻辑等)

*支持 GCD,UIView.animation 等 block 方法调用(但需要提前预埋这些方法)

About

Objective-C 热修复

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors