-
Notifications
You must be signed in to change notification settings - Fork 257
Feature
zhenglibao edited this page May 4, 2018
·
3 revisions
- 使用xml文件来创建界面布局
- 自动管理Scrollview的ContentSize
- 自动计算table cell的高度
- 支持iPhone X界面适配
- 支持界面热更新和实时预览
- 支持扩展视图属性
- ViewController支持自动躲避键盘遮挡
- 兼容Swift工程
- Release模式下支持缓存机制
- 布局文件支持国际化
- 支持根据屏幕对字体大小等进行缩放
Flexbox Introduction & performance (in Chinese)
Tutorial 1: Create View Controller with xml layout
Tutorial 2: Create Table Cell with xml layout
Tutorial 3: Embed xml layout into traditional view hierarchy
Tutorial 4: Use custom view in xml layout
Tutorial 5: Create reusable view using xml layout file