StencilLayout
A Kind of Stencil Based Layout Framework 一种基于模版的布局模式,旨在支持广告位灵活配置,高效运营,UI动态生成,提高开发效率。
特性 / Features
- 从页面开发到模板开发,您所要做的工作就是不断丰富您的模板库。
- 基础的模板库,如果您的项目不够复杂,无需扩展,足以!
- 模板属性支持扩展。
- 云端灵活配置,UI动态生成。
- 支持云端动态更新模板库,一种合法的动态化方案。
演示 / Demo
安装 / Installation
方法一:直接下载, 打开工作区 StencilLayout.xcworkspace
, 选择 Target StencilLayout-Universal
进行编译,在根目录下的 product
目录下会生成 StencilLayout.framework
和 StencilLayout.bundle
, 将这两个文件添加到您的项目中即可。
方法二:StencilLayout
is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "StencilLayout"
使用 / Usage
[StencilLayout startWithStencilStyleUrl:nil debugMode:NO];
待续...