mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Adding a title icon property to MDCAlertController. The title icon is an image that is shown above the dialog title, and is automatically aligned with the title, supporting all NSTextAlignment alignment options (center, natural, left, right, etc). Includes tests and examples using the new property. Issue: #5174 Issue: Update MDC API to customize MDCAlertController title🐛