|
@@ -207,9 +207,14 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
|
|
|
labelUsername.text = tabAccount.displayName
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+ labelUsername.layer.shadowColor = UIColor.black.cgColor
|
|
|
+ labelUsername.layer.shadowRadius = 4
|
|
|
+ labelUsername.layer.shadowOpacity = 0.8
|
|
|
+ labelUsername.layer.shadowOffset = CGSize(width: 0, height: 0)
|
|
|
+ labelUsername.layer.masksToBounds = false
|
|
|
+ */
|
|
|
|
|
|
if (tabAccount.quotaRelative > 0) {
|
|
|
progressQuota.progress = Float(tabAccount.quotaRelative) / 100
|