随笔分类 - 22 reveal 界面调试
摘要:Reveal(http://revealapp.com)是一个很强大的iOS View Hierarchy工具,与其他几个功能相近的工具比如PonyDebugger(https://github.com/square/PonyDebugger)和Spark Inspector(http://spar
阅读全文
摘要:What isUITransitionView?What isUILayoutContainerView?Will I get in trouble for adding subviews to them?They are the superviews of aUITableViewwhich is...
阅读全文
摘要:转:http://blog.dongliwei.cn/archives/uiview-tree-code// Recursively travel down the view tree, increasing the indentation level for children- (void)dum...
阅读全文
摘要:**AFAIK UINavigationTransitionView is a class used to animate UINavigationController child views around. It usually contain one or two UIViewControlle...
阅读全文
摘要:**将libReveal.dylib 和 Reveal.framework 继承进项目后,一定要在 Build Phases->Link Binary With Libraries中将二者删除。**具体设置请参考官方的文档。Help->integration guide
阅读全文
摘要:iOS真机UI调试利器——RevealiOS安全攻防(三):使用Reveal分析他人app使用Reveal分析其他APP(如微信、qq等)的界面结构
阅读全文
摘要:转:http://security.ios-wiki.com/issue-3-4/Reveal简介Reveal是分析iOS应用UI的利器:Reveal能够在运行时调试和修改iOS应用程序。它能连接到应用程序,并允许开发者编辑各种用户界面参数,这反过来会立即反应在程序的UI上。就像用FireBug调试...
阅读全文