WidgetPermissionViewController use a clear background for avatar image view.

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