Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0b320b8

Browse files
bug - 公告的编辑页面输入框的灰色文案,提示等,文案都改成"公告"字眼
1 parent 0dac24e commit 0b320b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Coding_iOS/Controllers/ProjectTweetSendViewController.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ - (void)loadEditView{
107107
_editView.textColor = kColor666;
108108
_editView.font = [UIFont systemFontOfSize:16];
109109
_editView.textContainerInset = UIEdgeInsetsMake(15, kPaddingLeftWidth - 5, 8, kPaddingLeftWidth - 5);
110-
_editView.placeholder = @"任务描述";
110+
_editView.placeholder = @"公告内容";
111111

112112
_editView.text = _curTweet.raw;
113113
[self.view addSubview:_editView];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /