mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[ios] Changed to the new logo
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
37c67c8dc1
commit
1e1510897c
@@ -105,7 +105,9 @@ private extension AboutController {
|
||||
|
||||
func setupLogo() {
|
||||
logoImageView.contentMode = .scaleAspectFit
|
||||
logoImageView.image = UIImage(named: "logo")
|
||||
logoImageView.image = UIImage(named: "Logo")
|
||||
logoImageView.layer.cornerRadius = 12
|
||||
logoImageView.layer.masksToBounds = true
|
||||
}
|
||||
|
||||
func setupHeaderTitle() {
|
||||
|
||||
Reference in New Issue
Block a user