Skip to content

Commit b2d7a76

Browse files
committed
发表看法
1 parent dcc86b1 commit b2d7a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/TopicDetailViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ - (void)viewDidLoad
7373

7474
// 评论
7575
__weak typeof(self) weakSelf = self;
76-
_myMsgInputView = [UIMessageInputView messageInputViewWithType:UIMessageInputViewContentTypeTopic placeHolder:@"撰写答案"];
76+
_myMsgInputView = [UIMessageInputView messageInputViewWithType:UIMessageInputViewContentTypeTopic placeHolder:@"发表看法"];
7777
_myMsgInputView.isAlwaysShow = YES;
7878
_myMsgInputView.delegate = self;
7979

0 commit comments

Comments
 (0)