-
Since ReactiveKit is in the process of API alignment with **Apple's Combine framework**, and more and more people are using **SwiftUI**, would it make sense to revisit the **Binder Architecture** and …
-
I noticed an unusual behavior where category items multiply when the `colorScheme` changes while the `emojiPicker` is open in `SwiftUI` using the `.emojiPicker` modifier. It appears that these categor…
-
### How frequently does the bug occur?
Always
### Description
Hello everyone!
Although I'm aware that the `0xdead10cc` issue has been extensively discussed (e.g., #8017, #7863, #7053, #6861, etc…
-
- **Date:** 2019-10-11
- **Resolution:** Open
- **Area:** SwiftUI Framework
- **OS:** macOS 10.15
- **Type:** Incorrect/Unexpected Behavior
## Description
Xcode SwiftUI preview crashes…
-
The current implementation for iOS only works with UiKit for populating a paged list. However, many projects have switched entirely over to SwiftUI for their UI implementation.
It would be nice to …
-
When I add a Form and Picker, PiP fails to start.
"The UIScene for the content source has an activation state other than UISceneActivationStateForegroundActive, which is not allowed."
```swift
…
-
This may be calculated on the device or on the apm server, whichever makes more sense.
> "culprit" :
> "description": "Culprit identifies the function call which was the primary perpetrat…
-
It would be great if you could add an example on how to access time stamp and values most effectively.
I came up with the following setup
```
var dataPoints = [DataPoint]()
do {
try recor…
-
**Describe the content issue**:
I feel like there's some missing content here. I wasn't working from a UIViewController and was building a SwiftUI app, I wasn't sure If i wanted to go down th…
-
### Description
In SwiftUI if a Rive view is hosted within a parent view that has been updated when a @Published value has changed, then it appears the RiveRuntime no longer responds to either trigge…