Reveal v4(8796) 使用

文件下载地址   http://xclient.info/s/reveal.html

dmg安装成功后,

pod install  植入项目。

pod 'Reveal-SDK', '~> 4', :configurations => ['Debug']

加入断点

 expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/RevealServer.framework/RevealServer", 0x2) : ((void*)0)

再接入软件,模拟器,真机都能实时看到修改UI的效果了

原文地址:https://www.cnblogs.com/songxing10000/p/6385507.html