🎙️ It's been a while since I did one of these, so let's go — reply and show me what you've been working on lately! Include a screenshot, link-out, and use the hashtag #showcase if you'd like to be boosted — assume the reader knows nothing about you or your projects. Remember you can edit posts if you forget something, and mute the hashtag for a period if you don't want to participate
@stroughtonsmith A bit late to the #showcase party, but I was cleaning up the demo and readme for my SplitView package. The `split` modifier makes it easy to split any two #swiftui views with a draggable splitter between, hide/show them, change their layout, and to customize the splitter. The project is available at https://github.com/stevengharris/SplitView.
GitHub - stevengharris/SplitView: A flexible way to split SwiftUI views with a draggable splitter

A flexible way to split SwiftUI views with a draggable splitter - stevengharris/SplitView

GitHub
@stevengharris @stroughtonsmith I can't wait for this to get used widely, but then most devs just hardcoding the dimensions of the views within and calling it a day, so you get empty areas, awkward scroll bars and cut off content.