Hi all,
My team is creating a Xamarin Forms app and have a very simple LaunchScreen.storyboard for my iOS project. It has a logo in the middle and I've set the UIView's background color to rgba(17, 104, 179, 255) it is a darkish blue. In the preview window in visual studio the color shown is correct, however when i deploy the app to either an iOS device or the simulator the background color is incorrect. I took a screen shot of the launchscreen and the color rendered is rgba(11, 126, 193, 255) a slightly different blue.
I have no idea why it would be doing this or if I have done something wrong. Any help is greatly appreciated
Thanks,
James