Tyler Fox
Tyler Fox
Yeah, that's the general idea of how it would work. Except the main difference in what I was thinking is that we do **not** need any prefix (`car_` in your...
No worries! Thanks for taking this on. I will review and merge the changes this week, whenever you get a chance feel free to add any other commits needed.
Hey Johannes, I personally haven't run across any common use cases for doing this, where it would make sense to add new API to PureLayout. For the rare exception, I...
@derekargueta Awesome! You can see the unit tests currently in place here in the Example project: https://github.com/PureLayout/PureLayout/tree/master/PureLayout/PureLayoutTests Definitely review the PureLayoutTestBase.h/.m superclass first because that adds some helpful infrastructure and...
For anyone interested in contributing, check out this awesome PR from @vytis here for a great example as well as further discussion on testing philosophy/methodology: #28
:+1: The first proposed solution would be ideal.
@Lilacxyz It's hard to say exactly why you're seeing this constraint exception, but basically the problem here is that the width of the table view cell's `contentView` is `0`, and...
Hi @Edig, I don't think I have enough information to try and help. Did you compare your code to the code of this sample project on GitHub? You'll probably need...
You can email tfox [at] smileyborg (dot) com. The issue could be related to the preferredMaxLayoutWidth of multi-line labels - not being set the first layout pass.
You'll have to share your project to help debug further. Which version of iOS are you testing on?