mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add objective C support to SwiftGen assets helpers (#5533)
* Add objective C support to SwiftGen assets helpers * Use dot notation in ObjC & fix minor issues Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
self.avatarImageView.image = [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
self.avatarImageView.image = [MXKTools paintImage:AssetImages.placeholder.image
|
||||
withColor:ThemeService.shared.theme.tintColor];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user