My team is in the process of converting our apps from Xamarin to MAUI. We have an iOS project that includes embedded MAUI. We use the packages below (first screenshot). We will be moving up to the newer packages once we move to .NET8 (couple weeks).
We need to customize only a small amount of the out-of-the-box Message Center display (specifically the title and title font color). Using our old packages, we did this by setting the Title property. This property no longer exists (or that I can find anyway, second screenshot). I tried using the UAMessageCenterUI.strings and the MessageCenterTheme.plist but it has had no effect on the UI. Looking for any assistance to be able to update these properties.
Comments
0 comments