GithubHelp home page GithubHelp logo

Swift Style about pinlayout HOT 5 CLOSED

layoutbox avatar layoutbox commented on May 15, 2024 4
Swift Style

from pinlayout.

Comments (5)

lucdion avatar lucdion commented on May 15, 2024 4

Hi @dillidon,

  1. The first reason why I choose that style is that it works better with Xcode autocomplete. In PinLayout there are so many margin methods, that it's faster when you want for example select marginVertical, you can simply type mv and select the method immediately. Using your proposition you would have to type marg then use arrow keys to select the nth margin methods.

  2. The second reason was that I wanted from the start to be compliant with Yoga flexbox implementation, which use this syntax. I wanted that because my other layout project FlexLayout use Yoga.

But your right on one point, your proposition would have been more Swift friendly. Maybe if I have to rewrite the API, I would go with your proposition.

Thanks for your comment.
Luc

from pinlayout.

lucdion avatar lucdion commented on May 15, 2024 2

Thanks for the comment @dillidon. I hope that my group proposition will meet your expectation. I want something really simple for simple cases, but still being able to layout more particular situations.

from pinlayout.

dillidon avatar dillidon commented on May 15, 2024

Also, instead of:

view.pin.below(of: otherView, aligned: .center).marginTop(10)

I think more swiftly:

view.pin.below(of: otherView, aligned: center, margin: 10)

Together with this it would be nice to add a group layout like:

[view1, view2, view3].pin.all().group(by: .equal, axis: .horizontal).height(100).width(80%)

from pinlayout.

lucdion avatar lucdion commented on May 15, 2024

@dillidon I'm in the process of designing a way to layout multiple views simultaneously, as your group layout proposition. I may integrate your proposition in my design. If you have any other ideas, thanks for sharing them.

from pinlayout.

dillidon avatar dillidon commented on May 15, 2024

I have not been able to use even 30% of all the features of your framework, but I have already closed all the most difficult moments that I had when I used the Autolayout. Thank you) The only thing I would like to see is the above things.

from pinlayout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.