Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

AtLeastLeftOf not correctly named #13

@softlion

Description

@softlion

Definition:

    public static FluentLayout AtLeastLeftOf(this UIView view, UIView previous, float margin = 0f)
    {
        return view.Left().GreaterThanOrEqualTo().LeftOf(previous).Plus(margin);
    }

It should be called AtLeftMostOf instead. (AtMostLeftOf is already used)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions