Giter Site home page Giter Site logo

flow's Introduction

Hi there ๐Ÿ‘‹

I'm James Pamplona, Iโ€™m an iOS Developer passionate about developing software, creating solutions, and helping people.

flow's People

Contributors

toastersocks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yuizr

flow's Issues

Add .justify alignment

Justify alignment should distribute space evenly between views (but not before the first or after the last view). This is opposed to 'distribute' which would distribute the space between and around views so there's potentially space before and after the first and last views.

Allow use of standard system spacing by passing `nil` in for spacing parameter.

Follow SwiftUI standard container api by allowing passing in nil for the spacing parameter when initializing. Should be the default as well. This is a bit tricky because there's no standard way to access this spacing.
Might need to create a custom view modifier that uses GeometryReader to read spacing in various scenarios to determine what spacing should be.

Add .distribute alignment

Distribute alignment should distribute space evenly between and around views (including before the first and after the last views). This is opposed to something like 'justify' which would distribute the space between views but the first and last views would be flush with the container.

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.