浏览代码

update interface

Marino Faggiana 8 年之前
父节点
当前提交
a16171427b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Share/CCShareOC.m

+ 2 - 0
iOSClient/Share/CCShareOC.m

@@ -88,6 +88,7 @@
 
 
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"sendLinkTo" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_share_link_button_", nil)];
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"sendLinkTo" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_share_link_button_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
+    [row.cellConfig setObject:[UIColor blackColor] forKey:@"textLabel.textColor"];
     row.action.formSelector = @selector(sendLinkTo:);
     row.action.formSelector = @selector(sendLinkTo:);
     [section addFormRow:row];
     [section addFormRow:row];
 
 
@@ -101,6 +102,7 @@
         
         
         row = [XLFormRowDescriptor formRowDescriptorWithTag:@"findUser" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_add_sharee_", nil)];
         row = [XLFormRowDescriptor formRowDescriptorWithTag:@"findUser" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_add_sharee_", nil)];
         [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
         [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
+        [row.cellConfig setObject:[UIColor blackColor] forKey:@"textLabel.textColor"];
         row.action.formSelector = @selector(shareUserButton:);
         row.action.formSelector = @selector(shareUserButton:);
         [section addFormRow:row];
         [section addFormRow:row];