-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I have a UITableView which has list of users with their profile pic. I used image?.roundCornersToCircle() to round the image since the height and width of `UIImageView were not same.
But in IOS 11, it crashes in this method UIImage.applyAlpha() -> UIImage?.
Crashlytics suggests that let imageWithAlpha = UIImage(cgImage: (offscreenContext?.makeImage()!)!) line caused the crash.
I have attached the image which was creating this issue below. (The image is in white color)
Metadata
Metadata
Assignees
Labels
No labels
