AQUI
AQUI copied to clipboard
A collection of SwiftUI views and utilities.
Without a licence people are not allowed to use it. Consider adding a licence.
It seems like UIVisualEffectView is getting hidden in the `updateUIView` function. The guarded unwrap of `context.environment.visualEffect` fails and causes the `uiView` to get hidden. However, the visualEffect environment property *is*...
When the text binding changes the textview doesn't allow any input (switching to a textfield works as expected) My scenario: I have a button that when clicked changes the text...
I think that TextView should have a default background color of clear vs the white one it has, which prevents styling. I can do a pull request or you can...
`UIKitSheetPresenter` does not appear to use the configured `UIModalPresentationStyle`
I get the following error when I try to use the nullable `Binding` extensions like `Binding($cdObject.notes, replacingNilWith: "")` via the Swift Package Manager ``` 'Binding' initializer is inaccessible due to...
I noticed a `NFetchRequest` object is leaked here: https://github.com/AlanQuatermain/AQUI/blob/e1ced4a69915556a9af4c15791bb83eccc33e5b8/Sources/AQUI/MutableFetchRequest.swift#L72 Which will happen every time a `View` containing this property wrapper is re-init.