We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dac24e commit 0b320b8Copy full SHA for 0b320b8
Coding_iOS/Controllers/ProjectTweetSendViewController.m
@@ -107,7 +107,7 @@ - (void)loadEditView{
107
_editView.textColor = kColor666;
108
_editView.font = [UIFont systemFontOfSize:16];
109
_editView.textContainerInset = UIEdgeInsetsMake(15, kPaddingLeftWidth - 5, 8, kPaddingLeftWidth - 5);
110
- _editView.placeholder = @"任务描述";
+ _editView.placeholder = @"公告内容";
111
112
_editView.text = _curTweet.raw;
113
[self.view addSubview:_editView];
0 commit comments