Shaps

Results 65 comments of Shaps

I have used others without issue, but I haven't tested this specifically no.

Just wanted to chime in with my experience/opinion on this. I've been working with SwiftUI almost exclusively since day one and built quite a decent library of [backports](https://github.com/shaps80/SwiftUIBackports). I've also...

Another consideration is how best to 'write' the Representable to make it easy to maintain. > Quick note on the name. SwiftUI.TextEditor exists and would make this annoying for a...

@frizlab – While not exactly what you're asking for, I have written something like this and mentioned it on another issue #208 to see if this is appropriate for this...

@Mordil @tomerd @Frizlab I actually open sourced exactly this around 2 years ago. It was discussed with the team here and on Swift Forums but was deemed inappropriate for this...

Yeah, https://forums.swift.org/t/swiftlog-stringinterpolation/52313/3 You actually were one of the last comments agreeing to this hahaha. On this repo there was also: https://github.com/apple/swift-log/issues/208

@tazmancoder as mentioned above, this package does not use that implementation so I hope you don't think I'm ignoring the question but I don't want to flood this ticket which...

I've actually been looking into platform support this past week. I recognise this is an old issue, but I also think we _might_ have some options that would enable this....

Yeah supporting table's should be possible because I think Apple's parser does actually call through to those walkers. However its non-trivial and I haven't had time to commit to this...

Interesting, I actually plan to implement this myself, but I was going to use Table in SwiftUI for iOs 16+ and then UICollectionView for older versions. I'll def check your...