Daniel Klöck
Daniel Klöck
> @muukli > how do you install this? > > this command > > `gem 'cocoapods-binary', git: "https://github.com/muukii/cocoapods-binary.git", branch: "master"` > > yields this result > > ``` > ERROR:...
This is not completely accurate, the problem is with modifiers outside WrappingHStack only. To measure the elements, type erasure is performed and the element is removed from the View hierarchy....
Nice find! `WrappingHStack` implicitly uses `spacing: .constant(8)` and apparently the conditional View is passed as `nil`. The problem is that, even though the debugger returns true when checking against `nil`,...
It seems related to that specific version of Xcode (it is fixed in newer versions of Xcode). I was able to reproduce it, but could not find the cause. `SwiftyDropbox`...
Thanks a lot. Yes, please open that PR. I'm on holidays right now, but I'll try it out as soon as I'm back.
Included in release [2.1.2](https://github.com/dkk/WrappingHStack/releases/tag/2.1.2). I'm leaving this issue open since I still would like to write performance tests & maybe take a look if I can improve WrappingHSTack some more.
Can be solved by merging PR #21 or #25
`RQShineLabel` inherits from `UILabel`. Just add it as a label in IB and set the class to `RQShineLabel`.
@lieanquintos without code this doesnt really say much
I'm on a trip right now, I will try to fix it when I'm back. I would be happy for some help so we can fix the issue sooner.