@@ -1,15 +0,0 @@
-{
- "images" : [
- {
- "filename" : "avatarBN.pdf",
- "idiom" : "universal"
- }
- ],
- "info" : {
- "author" : "xcode",
- "version" : 1
- },
- "properties" : {
- "preserves-vector-representation" : true
-}
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "filename" : "avatarCredentials.png",
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ "filename" : "avatarCredentials-1.png",
+ "scale" : "2x"
+ "filename" : "avatarCredentials-2.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+}
@@ -71,7 +71,7 @@
UIGraphicsEndImageContext();
} else {
- avatar = [[UIImage imageNamed:@"avatarBN"] resizeImageWithSize:CGSizeMake(35, 35) isAspectRation:false];
+ avatar = [UIImage imageNamed:@"avatarCredentials"];
}
row.cellConfigAtConfigure[@"backgroundColor"] = NCBrandColor.shared.backgroundCell;