Skip to content

update to 1.1.9

Compare
Choose a tag to compare
@hughkli hughkli released this 11 Sep 04:40

[optimize] 去除了大部分的 Runtime Hook 代码,从而增强代码的稳定性、避免未知风险
[feature] 增加了 "NoHook" 这个 Subspec。如果业务使用了这个 Subspec,则所有 Hook 代码都会被移除。但代价是你将失去“查看 UIImageView 里的 UIImage 名字”以及“查看和修改 UIVisualEffectView 的 style 属性“这两个 Feature


[optimize] Removed most of the Runtime Hook code to enhance code stability and avoid unknown risks.
[feature] Added a "NoHook" Subspec. If this Subspec is used in the project, all Hook code will be removed. However, the trade-off is that you will lose the features of "viewing the name of UIImage inside UIImageView" and "viewing and modifying the style property of UIVisualEffectView".