iOS 界面调试器 CocoaUI Viewer

码农软件 · 软件分类 · 高级UI组件(Advanced) · 2019-07-11 23:41:24

软件介绍

CocoaUI Viewer 是一个界面调试器, 专门用来调试 CocoaUI 的 XML 界面, 使用这个工具, 你可以进行所谓的所见即所得式的 UI 开发. 现在开源之后, 你可以在不同的模拟器里运行这个调试器, 以便调试界面在 iPhone 4/5/6/6p 上面的适配.

关于使用 CocoaUI 框架进行 iOS app 开发的流程, 我推荐是这样:

  1. 在自己的 Mac 上搭建一个 nginx web 服务器, 以便能通过 HTTP 访问到 XML 界面文件.

  2. 在模块器里启动 CocoaUI Viewer, 填入要调试的 XML 文件的 URL.

  3. 调试完毕后, 把 XML 文件添加进你的 Xcode 项目.

  4. 然后就可以在代码里通过 [View namedView@"a.xml"] 来显示界面了.

CocoaUI Viewer 的项目在 CocoaUI 项目里。

本文地址:https://codercto.com/soft/d/9939.html

Algorithms in C, Parts 1-4

Algorithms in C, Parts 1-4

Robert Sedgewick / Addison-Wesley Professional / 1997-9-27 / USD 89.99

"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Sum......一起来看看 《Algorithms in C, Parts 1-4》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具