1 个仓库
Coordination of views using multiple layout strategies such as linear, relative, and grid systems.
Distinct from Custom View Orchestration: Distinct from Custom View Orchestration: focuses on switching between layout patterns rather than just managing custom-rendered views.
Explore 1 awesome GitHub repository matching user interface & experience · Multi-Pattern Orchestration. Refine with filters or upvote what's useful.
MyLinearLayout 是一个 Objective-C UI 布局框架和响应式布局引擎,用于 iOS。它作为一个多模式视图编排器,使用线性、相对和网格布局模式的组合来组织界面元素。 该库将 CSS Flexbox 和浮动元素行为引入 iOS 视图,以实现动态空间分配。它包含一个专门用于从右到左(RTL)语言方向的系统,提供界面元素的自动镜像以支持本地化布局。 该框架涵盖了广泛的排列策略,包括基于流的元素换行、基于框架的视图堆叠以及表格和网格组织。它还支持通过基于路径的视图对齐进行有机排列,并提供自适应尺寸类以适应不同的设备屏幕尺寸和方向。
Organizes iOS views using a combination of frame, table, grid, and path-based positioning.