Эх сурвалжийг харах

https://github.com/nextcloud/ios/issues/1562

marinofaggiana 4 жил өмнө
parent
commit
a7f47ee66b

+ 1 - 0
iOSClient/Settings/CCManageAccount.m

@@ -81,6 +81,7 @@
     
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"alias" rowType:XLFormRowDescriptorTypeAccount];
     row.cellConfigAtConfigure[@"backgroundColor"] = NCBrandColor.shared.backgroundView;
+    [row.cellConfig setObject:[[UIImage imageNamed:@"user"] imageWithColor:NCBrandColor.shared.icon size:25] forKey:@"imageView.image"];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0] forKey:@"textField.font"];
     [row.cellConfig setObject:NCBrandColor.shared.textView forKey:@"textField.textColor"];
     row.value = accountActive.alias;