WidgetPermissionViewController use a clear background for avatar image view.

This commit is contained in:
SBiOSoftWhare
2019-11-29 10:13:01 +01:00
parent 4068243969
commit e518915afd
@@ -170,6 +170,7 @@ final class WidgetPermissionViewController: UIViewController {
}
private func setupCreatorAvatarImageView() {
self.creatorAvatarImageView.defaultBackgroundColor = UIColor.clear
self.creatorAvatarImageView.enableInMemoryCache = true
self.creatorAvatarImageView.clipsToBounds = true
}