Right sidebar

Hi, is it possible to create a sidebar in SwiftUI but on the right?

Or something like the Xcode inspector area?

Thanks very much
Answered by BabyJ in 659501022
In SwiftUI, not yet.
You could implement your own custom trailing sidebar in SwiftUI or integrate some UIKit but that would be quite difficult.
You’ll have to wait for WWDC21 for any improvements to SwiftUI.
Accepted Answer
In SwiftUI, not yet.
You could implement your own custom trailing sidebar in SwiftUI or integrate some UIKit but that would be quite difficult.
You’ll have to wait for WWDC21 for any improvements to SwiftUI.
Right sidebar
 
 
Q