Skip to content

UIDesignRequiresCompatibility causes a desaturated HudBackgroundColor on iOS26Β #124

@richaplinvs

Description

@richaplinvs

πŸ› Bug Report

The HudBackgroundColor is desaturated. The image below shows that setting all colours to red highlights the pink-ish background.

Image

❓ Expected behavior

The HudBackgroundColor should be exactly as specified. With red being set for all colours you shouldn't be able to see any text or activity spinner.

πŸͺœ Reproduction steps

ProgressHUDAppearance.HudBackgroundColor = UIColor.FromRGB(255, 0, 0);
ProgressHUDAppearance.HudTextColor = UIColor.Red;
ProgressHUDAppearance.RingColor = UIColor.Red;
BTProgressHUD.Show("Loading...", -1, MaskType.Black);

πŸ›  Configuration

Direct package reference.
.NET 9.0.306
"microsoft.net.sdk.ios": "26.0.9752/9.0.100"
UIDesignRequiresCompatibility = true

πŸ“¦ Package Version:

πŸ“± iOS Version:
iOS 26 but only when UIDesignRequiresCompatibility is true.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions