Robb Böhnke

Results 76 comments of Robb Böhnke

I reinstalled LLVM 3.3 and tried configuring with ``` cabal configure --extra-include-dirs=/usr/local/Cellar/llvm/3.3/include --extra-lib-dirs=/usr/local/Cellar/llvm/3.3/lib ``` now I get ``` sh $ cabal build Building documentalist-0.1... Preprocessing library documentalist-0.1... dist/build/Text/Documentalist/SourceParser/Clang/FFI.hs:1:1: File name...

You shouldn't have to, can you share some code maybe?

Could you try this: ``` Swift layout(label) { label in label.left == label.superview!.left + 33 label.bottom == label.superview!.centerY - 1 } layout(self.contentView, label) { contentView, label in label.height == contentView.height...

Hey, sorry for not checking back in sooner. Does the problem still persist?

Does it help if you don't have the `contentView` as the left hand side argument of the `==` operator? Btw, I recommend keeping the names consistent with the parent scope,...

Does `contentView.height == label.height - 45` not work?

Does this help? From http://johnszumski.com/blog/auto-layout-for-table-view-cells-with-dynamic-heights > Another less obvious pain point is using multi-line UILabels in a layout. I expected that if a label's text had more than one line...

iOS 7.1 is not officially supported by Cartography, but are you sure you're installing the constraints in the right place?

That explanation seems reasonable to me, thanks :sparkling_heart: Do you happen to have an example project at hand that shows an example of this behavior?