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

AtLeastLeftOf not correctly named #13

Open
softlion opened this issue May 21, 2014 · 0 comments
Open

AtLeastLeftOf not correctly named #13

softlion opened this issue May 21, 2014 · 0 comments

Comments

@softlion
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant