소스 검색

Change color

Marino Faggiana 8 년 전
부모
커밋
aeab3847de
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Login/CCLogin.m

+ 1 - 0
iOSClient/Login/CCLogin.m

@@ -40,6 +40,7 @@
     [super viewDidLoad];
     
     self.imageBrand.image = [UIImage imageNamed:image_brandLogin];
+    self.login.backgroundColor = COLOR_BRAND;
     
 #ifdef NO_REQUEST_LOGIN_URL
     _baseUrl.text = k_loginBaseUrl;