Skip to content
View martin-lalev's full-sized avatar

Block or report martin-lalev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FlooidLayout FlooidLayout Public

    Declarative Autolayout Library

    Swift 21 2

  2. Lightweight DSL for defining UIView ... Lightweight DSL for defining UIView hierarchy using Swift 5.1's function builders.
    1
    protocol UIViewArrayConvertible {
    2
        func items() -> [UIView]
    3
    }
    4
    extension UIView: UIViewArrayConvertible {
    5
        func items() -> [UIView] { [self] }