소스 검색

Shadow effect ?

Marino Faggiana 7 년 전
부모
커밋
f9fe21a043
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      iOSClient/Main/CCMore.swift

+ 4 - 0
iOSClient/Main/CCMore.swift

@@ -207,6 +207,10 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             labelUsername.text = tabAccount.displayName
         }
         
+        // Shadow labelUsername
+        //labelUsername.shadowColor = UIColor(red:0.0, green:0.0, blue:0.0, alpha:0.4)
+        //labelUsername.shadowOffset = CGSize(width: 2, height: 2)
+        
         if (tabAccount.quotaRelative > 0) {
             progressQuota.progress = Float(tabAccount.quotaRelative) / 100
         } else {