Skip to content

Commit

Permalink
bug - 公告的编辑页面输入框的灰色文案,提示等,文案都改成“公告”字眼
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghengheng committed May 7, 2018
1 parent 0dac24e commit 0b320b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Coding_iOS/Controllers/ProjectTweetSendViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ - (void)loadEditView{
_editView.textColor = kColor666;
_editView.font = [UIFont systemFontOfSize:16];
_editView.textContainerInset = UIEdgeInsetsMake(15, kPaddingLeftWidth - 5, 8, kPaddingLeftWidth - 5);
_editView.placeholder = @"任务描述";
_editView.placeholder = @"公告内容";

_editView.text = _curTweet.raw;
[self.view addSubview:_editView];
Expand Down

0 comments on commit 0b320b8

Please sign in to comment.