Right now I'm using SwiftUI for all of these, but I'm wondering
- Is there a way for me to convert some of these views into WebViews so that the PM can edit/experiment on stuff as they see fit? This seems like it'd give me more visual control but it would be annoying to migrate code into webviews and then test it on diff device types/resolutions/etc.
- Alternatively, should I just hook stuff up via Firebase or some CMS so they can config from there? This seems like it'd play nicer with a/b testing but maybe is more limiting in terms of how much stuff you can stick into a config blob.
I'm not really an expert on growth so not sure what the best approach is here. Any suggestions or tools to help with this problem are well appreciated.