Currently Settings view is UIKit based which makes it harder to modify or customize. Using SwiftUI should make it simpler (as each setting would be handled in a single place in the code of a view).
Andrzej Wójcik (Tigase) commented 2 years ago
Currently, I've reworked the Appearance view and in SwiftUI code is simpler and cleaner to use. I think it would be good to follow up with the rest of the Settings view.
Currently
Settings
view is UIKit based which makes it harder to modify or customize. Using SwiftUI should make it simpler (as each setting would be handled in a single place in the code of a view).