- 从页面开发到模板开发,您所要做的工作就是不断丰富您的模板库。
- 基础的模板库,如果您的项目不够复杂,无需扩展,足以!
- 模板属性支持扩展。
- 云端灵活配置,UI动态生成。
- 支持云端动态更新模板库,一种合法的动态化方案。
方法一:直接下载, 打开工作区 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"
[StencilLayout startWithStencilStyleUrl:nil debugMode:NO];
待续...