Coder Social home page Coder Social logo

Comments (3)

mischa-hildebrand avatar mischa-hildebrand commented on May 17, 2024 1

That's because you're setting up your cell's layout incorrectly. The flow layout itself can handle multi-line labels without any problem.

💡 The trick with multi-line labels (numberOfLines = 0) in general is that you somehow need to tell them what their maximum width should be. How else would a multi-line label decide when to break into a new line?

There are two ways to achieve this:

  1. You constrain the label with a width inequality constraint, e.g. label.width <= 140 (pseudocode).
  2. You set the labels preferredMaxLayoutWidth manually to that value.

You can do both things in Interface Builder if you want.

from alignedcollectionviewflowlayout.

dimovskidamjan avatar dimovskidamjan commented on May 17, 2024 1

@mischa-hildebrand Thanks! Just wanted to confirm that I tried these and it works as expected with either of the proposed solutions. I knew I was missing something :)

from alignedcollectionviewflowlayout.

mischa-hildebrand avatar mischa-hildebrand commented on May 17, 2024

Awesome! I'm happy to hear that! 🙃

from alignedcollectionviewflowlayout.

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.