Gordon
Gordon
Autolayout wouldn't work in a `UIStackview` - that isn't how they are intended to be used. You _could_ add a container `UIView` to the stack and make your subview a...
I'm seeing the same issue on the latest release and also building from `master` directly. @tarunbhutani / @HamidZandi I don't suppose you were able to get to the bottom of...
I suspect this may be related to https://bugs.swift.org/plugins/servlet/mobile#issue/SR-11564 - feel free to close if so 👍
I've approached this by creating a `formReducer` and using regex to look for actions. I then keep my individual form state as a dictionary on the overall form state. An...
Yep seeing this behaviour now also
I have been using `master` instead of the latest release for now. ` pod 'Texture', :git => 'https://github.com/TextureGroup/Texture.git'`
Ah thank you so much, I misunderstood how it works, your suggestion worked perfectly. Feel free to close this, I really appreciate the speedy response 🙏
I'm seeing this issue running under iOS 17.4.
+1 I am seeing the same