-
It'll be helpful to add a swiftUI example that uses the standard FirebaseUI. Here's skeleton code that works for me:
```
import SwiftUI
import FirebaseUI
import Firebase
public var screenWid…
-
I have been trying to get editorInputAccessoryView to work with my SwiftUI code for an app on iOS. I can't get the buttons in the UIView I create to work. Can you add an example to 'Example SwiftUI' t…
-
Hi 👋
There's possible to use this library with SwiftUI ?
-
# Describe the bug
We use `std::filesystem::exists` to check existence of paths on the system. Since few days we started to see an error where this function would fail with `Access Denied`. Unfortunat…
-
Hey everyone,
The normal [whisper.objc](https://github.com/ggerganov/whisper.cpp/tree/c353100bad5b8420332d2d451323214c84c66950/examples/whisper.objc) example has support for real-time transcription…
-
Could you create a SwiftUI example using UIViewRepresentable
Curious how it would be done as using delegate is not recommended.
-
Below is an example of how you can start:
1. **Create a SwiftUI View**:
```swift
import SwiftUI
struct ToDoListView: View {
@State private var items: [ToDoItem] = loadItems()
@State …
-
> Update **May 2021**:
Another approach is to use UITableView/UICollectionView and then embed the SwiftUI views as cells, [Noah Gilmore](https://twitter.com/noahsark769) has a [great article showing …
-
Hey,
Thanks for your great framework!
The only thing is, me (and many other I assume), we are not a StoryBoard & UIKit user and have (very) limited knowledge about them, personally I cannot read t…
-
I really appreciate the [Usage example for Swift UI](https://github.com/jonasman/TeslaSwift?tab=readme-ov-file#usage). The native web example is just different enough that I'm not sure what to do in t…
KevM updated
3 months ago