awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nakiostudio avatar

nakiostudio/EasyPeasy

0
View on GitHub↗
1,931 星标·116 分支·Swift·MIT·5 次浏览easy-peasy.io↗

EasyPeasy

Auto Layout made easy

Features

  • Declarative Auto Layout - Makes defining auto-layout constraints straightforward and readable.
  • Layout Frameworks - Simplified syntax for managing Auto Layout.

Star 历史

nakiostudio/easypeasy 的 Star 历史图表nakiostudio/easypeasy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

EasyPeasy 的开源替代方案

相似的开源项目,按与 EasyPeasy 的功能重合度排序。
  • nerdycat/cupcakenerdycat 的头像

    nerdycat/Cupcake

    286在 GitHub 上查看↗

    An easy way to create and layout UI components for iOS (Swift version).

    Swiftconstraintslayoutnsattributedstring
    在 GitHub 上查看↗286
  • purelayout/purelayoutPureLayout 的头像

    PureLayout/PureLayout

    7,599在 GitHub 上查看↗

    PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing constraints in iOS and macOS applications. It provides a programmatic engine for building user interfaces through constrained-based positioning and priority levels. The framework utilizes a fluent-interface API design and wrapper-based abstractions to simplify the definition of layout constraints. It features deferred and batch constraint activation to group multiple rules together for simultaneous application to the view hierarchy. The project covers general Auto Layout manag

    Objective-C
    在 GitHub 上查看↗7,599
  • marty-suzuki/misterfusionmarty-suzuki 的头像

    marty-suzuki/MisterFusion

    312在 GitHub 上查看↗

    MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.

    Swift
    在 GitHub 上查看↗312
  • robb/cartographyrobb 的头像

    robb/Cartography

    7,328在 GitHub 上查看↗

    Cartography is a declarative layout engine and constraint management framework for Swift. It provides a domain-specific language to define, group, and prioritize user interface layout rules, abstracting the process of positioning and aligning visual components. The framework distinguishes itself through a fluent API and the use of overloaded operators to define relationships between view attributes. It enables the bundling of multiple layout rules into single units, allowing for the dynamic swapping of constraint groups at runtime to transition views between different positional states. The

    Swift
    在 GitHub 上查看↗7,328
查看 EasyPeasy 的所有 30 个替代方案→

常见问题解答

nakiostudio/easypeasy 是做什么的?

Auto Layout made easy

nakiostudio/easypeasy 的主要功能有哪些?

nakiostudio/easypeasy 的主要功能包括:Declarative Auto Layout, Layout Frameworks。

nakiostudio/easypeasy 有哪些开源替代品?

nakiostudio/easypeasy 的开源替代品包括: purelayout/purelayout — PureLayout is a declarative layout framework and Auto Layout wrapper library used for positioning views and managing… roberthein/tinyconstraints — TinyConstraints is a declarative UI layout engine and constraint-based positioning framework designed to simplify the… marty-suzuki/misterfusion — MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in… nerdycat/cupcake — An easy way to create and layout UI components for iOS (Swift version). robb/cartography — Cartography is a declarative layout engine and constraint management framework for Swift. It provides a… skyvive/swiftstraints — Auto Layout In Swift Made Easy.