AlertViewController icon indicating copy to clipboard operation
AlertViewController copied to clipboard

`UIAlertController` subclass to show image above the alert title

Results 3 AlertViewController issues
Sort by recently updated
recently updated
newest added

That would be really cool for inserting this into a project.

On implementation in C# the UIImageView appears in the UIAlertController successfully but it does not space/place above Title string. See: [url](https://stackoverflow.com/questions/54811602/adding-uiimageview-to-uialertcontroller#54816991)

I have large image in my view. I would want to resize the same images into the controller. I tried changing size in viewdidLayout in alert view. Still there was...