We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8930f51 commit 04d5476Copy full SHA for 04d5476
Coding_iOS/Controllers/MeSetting/SettingAccountViewController.m
@@ -83,7 +83,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
83
return cell;
84
}else{
85
TitleValueMoreCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellIdentifier_TitleValueMore forIndexPath:indexPath];
86
- [cell setTitleStr:@"邮箱" valueStr:[NSString stringWithFormat:@"%@(未验证)",self.myUser.email]];
+ [cell setTitleStr:@"邮箱" valueStr:[NSString stringWithFormat:@"%@ - 未验证",self.myUser.email]];
87
[tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:kPaddingLeftWidth];
88
89
}
0 commit comments