SkillAgentSearch skills...

FlexUI

FlexLayout Sugar Framework like SwiftUI syntax

Install / Use

/learn @woosub-lee/FlexUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FlexUI

CI Status Version License Platform SwiftPM

Use FlexLayout like SwiftUI Syntax!

Example

self.view.addSubView(rootFlexContainer)

FlexRoot(container: rootFlexContainer) {
    FlexHStack {
        FlexItem(view: titleLabel)
        FlexSpacer().grow(1)
        FlexItem(view: settingButton)
    }
    .height(100)
    .padding(8, 16)
    .marginBottom(24)
    
    FlexItem(view: contentView).grow(1)
}

Requirements

Installation

FlexUI is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'FlexUI'

Author

woosub-lee, woosub.dev@gmail.com

License

FlexUI is available under the MIT license. See the LICENSE file for more info.

Inspiration from

SwiftUI
KarrotFlex

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated6mo ago
Forks3

Languages

Swift

Security Score

87/100

Audited on Sep 1, 2025

No findings