Shaps

Results 65 comments of Shaps

> No, I asking about `presentation(isModal: Bool)` and `presentation(isModal: Bool = true, _ onAttempt: @escaping () -> Void)`. Why not just use single method which I made `presentation(isModal: Bool =...

Hey looks like this wasn't moving so I pulled the changes manually into my code. I've also decided on some other minor changes based on another PR, so its all...

@drucelweisse yep just checkout all existing backports. It's fairly self explanatory. We will need to test carefully to ensure it behaves identically to iOS 16 version (and other platforms) but...

> Yeah, I think that I got it, only current problem that AnyTransition doesn't have public init, and I'd like to use something like this: > > ```swift > Text("some...

Ok got it! @drucelweisse amazing work thank you. I will check this out and just ensure it behaves correctly, then I'll get this included soon-ish. Thanks for your contribution 👍

Merging as this looks great, I'll get it into the next release, thanks again!

Potentially, I've done a similar thing in the past, including property wrappers that make fetching way easier and thus far simpler to build custom UI rapidly. Feel free to check...

To be honest, I have no clue, and I don't have the time at the moment to investigate. Feel free to look into it yourself and comment here with more...

Hey! Thanks for reaching out. Yeah sorry about the left in comment. I had to pull that because it didn't work close enough to expectation. I had planned to revisit...

Yep ActivityView is def sticking around since its super useful. I’ll take another crack at ShareLink at some point, will keep this Issue open a little longer so I can...