Ryan Linn

Results 12 comments of Ryan Linn

Almost done! So far it works to just copy and make small modifications to your existing code, but a test case is throwing an unexpected exception. Here is a `SwiftUI.SectionedFetchRequest`...

Very cool idea! I like it... I haven't tried anything like it before, so I don't know what pitfalls there might be. But it is nice to not rely on...

@ZofiaBernadetta , the multi-select not working with drag & drop is something I can work on, since it's my code that ignored the possibility of multiple dragged items. Maybe once...

@brendand , I haven't, sorry. I've been working on other projects lately that don't use OutlineView, so I haven't had time to look at it.

So are you describing two different ideas for going forward with this? 1- switching to SwiftUI row views in a NSHostingView, or 2- three closures for cellIdentifier, buildRow, and configureRow?...

I'm definitely interested in trying the SwiftUI route. I've had some time open up recently, so I could start working on it. How would you suggest getting started? Probably a...

Well, this is promising. Just to test this, I started a new branch and convert the `NSView` cells to `View` cells, and in less than twenty minutes, I've got this:...

I did try a quick test with editable text fields, and it's not very good. The text fields become focused as soon as the row they're in is selected, and...

@wogus3602 have you made any progress on this? If not, I'd be interested in helping work on it. I haven't done anything like this, but I think the challenging part...