I am using the Notifier.ShowMessageDialog block in my iOS App project, but I am not satisfied with how it appears during runtime. As you can see, the white title text is not very readable on a white background!
After some more testing, here is what I have discovered.
I always run my iPhone in Dark Mode. As soon as I switched to Light Mode, the downloaded IPA for my App had black title text for the Notifiers. Switching back to Dark Mode turned the title text white again in the IPA.
After rebooting my computer this morning and returning to the Notifier test App that I shared earlier, I set the Project Theme to “Classic” and connected it to the latest version of the Companion on TestFlight. The Notifier title text was black even with my iPhone in Dark Mode! (I swear this did not work before….) I switched back to my production App, changed the Theme to “Classic,” and connected to the Companion again. The Notifier title text was still black! Finally, I compiled and downloaded the IPA to my iPhone, and the title text went back to white. Switching to Light Mode returned the title text to black. However, other UI Elements such as the Spinner appear to remain in “Light Mode” even when I switch back to Dark Mode. (It has the white background of Light Mode instead of the black background of Dark Mode.)
From my very small sampling, there appears to be an issue with the IPA compiler versus what the Companion uses to stream the App. I am sure that somebody else might have a much better idea of what the issue may be.
I will test the “Black Title Text” option right now as well to see if that produces any different results.
The “Black Title Text” option has the same results as the “Classic” Project Theme. It works fine in the Companion Viewer, but the compiled IPA App returns to the white Notifier title text until I switch to Light Mode.
My ultimate desire is for the Notifier title text to always be black regardless of any display settings on the iPhone. The white text on the white background of the Notifier is simply not professional/usable.
Thank you for the Update. The black Notifier text works well in the Companion App, but my main issue is that
This does not appear to be something that can be fixed by the Companion App.
I have come up with a slightly better workaround in the meantime. I am converting my Notifier title text to Emoji characters since that actually works according to @Ferran_SIMON. It still is not great, but there is a little bit more contrast now.