Steven Deutsch
Steven Deutsch
Thank you for sharing SwiftCssParser! I wanted to look at something like this!
@phimage Yeah, I've looked at [StyleKit](https://github.com/146BC/StyleKit). I think having a "theme change" at execution time still provides value. However, like you, I want the result in the storyboard editor. It's...
@phimage If we use a `didSet` property observer in the `theme` property, won't this parse the stylesheet and apply the values to the storyboard editor?
Let me address the 4 points you brought up: 1. I have very limited knowledge of Carthage so that's why I didn't mention this. I would love to hear anyone's...
I agree that would probably be the best approach 👍
I think it's highly unlikely that anyone wants to take a stab at this issue, but if you do please get in touch with me first as I've already begun...
## Current Coverage: - 6.64% ### Protocols: - [X] CornerDesignable - [X] FillDesignable - [X] SliderImagesDesignable - [X] PaddingDesignable
@lastMove I think that's a valid point. There is obviously a reason why Apple decided to give `UIStackView` this functionality. @JakeLin @tbaranes your opinions? `UIStackView` is not fully tested yet,...
Prematurely closed. This bug (which is becoming a feature) is still under review.
@phimage I’m pretty sure I read in the Apple docs that `UIStackView` is not meant to be styled, which is why it has this behavior. I also think adding another...