-
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…
-
Hello.
> “Just as the tab bar example earlier in this chapter, the animating selection rectangle can be implemented “by hand” or using SwiftUI’s new matched geometry effect. It’s worthwhile to try…
-
Hello! After spending a lot of time searching for the perfect workout tracker (even attempting & failing to learn Swift to [do it myself](https://github.com/pprotas/WorkoutTracker)...) I've come acros…
-
Can you please create separate example for SwiftUI
-
Hi, could you please give an example of how to use this in *SwiftUI* and *Xcode 12*?
-
Hello,
I am trying to integrate StripeCardScan into SwiftUI. I am already using Stripe in a custom form within our app and I would like to add the ability for a user to scan their card directly. I …
-
Currently it's not possible to align widgets on the baseline of text:
```slint
HorizontalLayout {
alignment: start;
Text {
text: "Text";
vertical-…
-
### Description
i've been using PanModal to present SwiftUI modals on top of UIKit views for a while, and it's been working great! i'm noticing an issue that occurs when the height of my SwiftUI vi…
-
Hi,
I've been searching through all the examples and haven't been able to find one which shows how we can use SwiftUI Previews with this? Or is it not possible?
Any help is appreciated, thanks!…
-
**Describe the bug**
InputBar position wrong when MessagesView used in a sheet and keyboard shows up.
**To Reproduce**
Steps/code to reproduce the behavior:
edit the file as code provided belo…