AxisSheet
AxisSheet copied to clipboard
It is a library that handles the sheet view in 4 directions (.top, .bottom, .leading, .trailing) according to the axis mode. It supports iOS and macOS.
I'm using this as a drop-down sheet on an iPhone 10, with a notch. The sheet & header don't darken the top safe areas, and I think it would actually...
Hi, firstly, awesome work. This works great. But there is a problem If you want to have multiple sheets on the page ``` Text("One").axisSheet(isPresented: .constant(true)) Text("Two").axisSheet(isPresented: .constant(false)) Text("Three").axisSheet(isPresented: .constant(false)) ```...