Finally #SwiftUI and #UiKit previews are accessible for #blind developers. How it currently works is you have two modes of operation, live and selectable. Live version basically embeds an iOS simulator into the Xcode window directly, which effectively gives you something like hot reload. How I personally use it I have a hotspot set for this area and whenever I change something in my views I just come back to see my work. Selectable preview is much morel ightweight, but at least for now, element roles are not read which can be a problem if you do mocking and try to check if button dims/undims properly based on view’s models.
@Nuno that's great news. What changed that made the difference for you?