You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I have a
UITableView
which has list of users with their profile pic. I usedimage?.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)
The text was updated successfully, but these errors were encountered: