Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcjbird/stencillayout
iOS一种基于模版的布局模式,旨在支持广告位灵活配置,高效运营,UI动态生成,提高开发效率。
https://github.com/pcjbird/stencillayout
framework ios layout stencil ui
Last synced: 3 days ago
JSON representation
iOS一种基于模版的布局模式,旨在支持广告位灵活配置,高效运营,UI动态生成,提高开发效率。
- Host: GitHub
- URL: https://github.com/pcjbird/stencillayout
- Owner: pcjbird
- License: mit
- Created: 2017-12-12T06:51:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T15:30:56.000Z (over 4 years ago)
- Last Synced: 2024-12-29T18:42:16.823Z (9 days ago)
- Topics: framework, ios, layout, stencil, ui
- Language: Objective-C
- Size: 5.68 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](logo.png)
[![Build Status](http://img.shields.io/travis/pcjbird/StencilLayout/master.svg?style=flat)](https://travis-ci.org/pcjbird/StencilLayout)
[![Pod Version](http://img.shields.io/cocoapods/v/StencilLayout.svg?style=flat)](http://cocoadocs.org/docsets/StencilLayout/)
[![Pod Platform](http://img.shields.io/cocoapods/p/StencilLayout.svg?style=flat)](http://cocoadocs.org/docsets/StencilLayout/)
[![Pod License](http://img.shields.io/cocoapods/l/StencilLayout.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![CocoaPods](https://img.shields.io/cocoapods/at/StencilLayout.svg)](https://github.com/pcjbird/StencilLayout)
[![CocoaPods](https://img.shields.io/cocoapods/dt/StencilLayout.svg)](https://github.com/pcjbird/StencilLayout)
[![GitHub release](https://img.shields.io/github/release/pcjbird/StencilLayout.svg)](https://github.com/pcjbird/StencilLayout/releases)
[![GitHub release](https://img.shields.io/github/release-date/pcjbird/StencilLayout.svg)](https://github.com/pcjbird/StencilLayout/releases)
[![Website](https://img.shields.io/website-pcjbird-down-green-red/https/shields.io.svg?label=author)](https://pcjbird.github.io)# StencilLayout
### A Kind of Stencil Based Layout Framework 一种基于模版的布局模式,旨在支持广告位灵活配置,高效运营,UI动态生成,提高开发效率。## 特性 / Features
1. 从页面开发到模板开发,您所要做的工作就是不断丰富您的模板库。
2. 基础的模板库,如果您的项目不够复杂,无需扩展,足以!
3. 模板属性支持扩展。
4. 云端灵活配置,UI动态生成。
5. 支持云端动态更新模板库,一种合法的动态化方案。## 演示 / 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];
```待续...
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=https://github.com/pcjbird/StencilLayout)
[![Twitter Follow](https://img.shields.io/twitter/follow/pcjbird.svg?style=social)](https://twitter.com/pcjbird)