Sam Pettersson

Results 3 issues of Sam Pettersson

`signal(for: \.keyPath)` under the hood adds a subview called `CallbackerView` this crashes when using it on a `UIVisualEffectView` as it has an assertion that you are not adding subviews to...

`@Published` is a part of Combine, not importing Combine everywhere its used will cause a [Unknown attribute 'Combine.Published'](https://stackoverflow.com/questions/69473492/xcode-xcframework-errors-like-unknown-attribute-combine-published) when compiled as a XCFramework. This PR adds `import Combine` to all...

# Objective This is a follow up on my PR #12052 for fixing missing Cube Array Texture support on iOS simulator. I've since noticed that iPhone 7, iPad 6th and...

C-Bug
A-Rendering
O-iOS
X-Uncontroversial
D-Straightforward
S-Needs-Testing