soundscape icon indicating copy to clipboard operation
soundscape copied to clipboard

Replace UI storyboards

Open steinbro opened this issue 8 months ago • 0 comments

The codebase has a mix of multiple generations of iOS UI implementation strategies , namely SwiftUI, UIKit, and storyboards. This is an unnecessarily complicated situation in its own right, but storyboards are the oldest and the most annoying to work with. They also pose a steep barrier to blind/low-vision contributors -- they may technically be supported by VoiceOver, but it's not easy to understand what's going on if you're not familiar with them. Ideally we could replace these views with SwiftUI. This would be a large undertaking, especially because they are the main (probably original) views.

steinbro avatar Apr 18 '25 23:04 steinbro