瀏覽代碼

read hint

Marino Faggiana 8 年之前
父節點
當前提交
52d3bf0c2d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Login/CCSecurityOptions.m

+ 2 - 0
iOSClient/Login/CCSecurityOptions.m

@@ -81,6 +81,8 @@
         [row.cellConfig setObject:COLOR_GRAY forKey:@"textField.textColor"];
         [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
         [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textField.font"];
+        row.value = [CCUtility getHint];
+
         [section addFormRow:row];
 
         self.form = form;