Blazej SLEBODA

Results 12 issues of Blazej SLEBODA

Implement a method chaining pattern in the UIViewDSL autolayout API, allowing developers to activate or deactivate constraints within the same line as their definition. For example: ``` view.topAnchor.constraint(equalTo: otherView.bottomAnchor) .ibIsActive(true)...

New names @UIViewBuilder and @AutoLayoutBuilder, follow the conventions used by SwiftUI builders, such as @ViewBuilder. They are easier to remember and reason about. ## Summary by CodeRabbit * **Refactor** *...