Coder Social home page Coder Social logo

Comments (8)

dannygreg avatar dannygreg commented on April 28, 2024

I would love to see a similar ASCII API. It is by far one of the (only? :trollface:) good things about AL.

from reactivecocoalayout.

jspahrsummers avatar jspahrsummers commented on April 28, 2024

It occurs to me that declarative layouts could perhaps be done with macros too. For example, the above specification could maybe be expressed as something like:

H(8, firstView, 20, secondView, 8)

There's some readability lost, but, in exchange, we'd get:

  1. Compile-time expression validity checks. An invalid expression won't compile. (Of course, there are still ways to specify logically invalid layouts that fail at runtime.)
  2. No messy view or metrics dictionaries. All values would be literals, or direct variable/constant references.

from reactivecocoalayout.

jspahrsummers avatar jspahrsummers commented on April 28, 2024

So, one of the big problems with the ideas so far (and AL's ASCII art too) is that you can only specify layouts in one direction at a time. I'd be interested in any ideas people have to incorporate both dimensions somehow.

from reactivecocoalayout.

alanjrogers avatar alanjrogers commented on April 28, 2024

I've always wanted to be able to do something like this in AL, visual format:

@"H:|-(8)-[firstView]-(20)-[secondView]-(8)-|, V:|[firstView]|, V:|[secondView]"

Not sure how that would translate into a macro though.

from reactivecocoalayout.

jspahrsummers avatar jspahrsummers commented on April 28, 2024

I don't think that really solves the 2D problem, not least because it's not any more readable than doing that same thing over a few lines.

Essentially, using RCL, a view's complete frame should be specified from the signal that it's bound to. You shouldn't bind the X and Y axes separately. Although it might work, it would result in a lot of overhead as the property mutates twice for most triggers.

from reactivecocoalayout.

alanjrogers avatar alanjrogers commented on April 28, 2024

Ah understood. In that case, then we could look at having a 2D ASCII art representation, but that's also going to be hard to do in a macro.

from reactivecocoalayout.

zakdances avatar zakdances commented on April 28, 2024

I'm doing something similar with my iOS animation manager library Anim. I'm using a declarative ASCII like approach that uses NSArrays instead of strings to sequence stuff. You can drop in simple NSNumber literals like @2.3 for delays.

from reactivecocoalayout.

jspahrsummers avatar jspahrsummers commented on April 28, 2024

rentzsch/AutoLayoutShorthand might be good to look at while doing this.

It also occurred to me that nested macros (like EXTADT) could accomplish a lot of this with some additional static verification.

from reactivecocoalayout.

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.