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 dcc86b1 commit b2d7a76Copy full SHA for b2d7a76
Coding_iOS/Controllers/TopicDetailViewController.m
@@ -73,7 +73,7 @@ - (void)viewDidLoad
73
74
// 评论
75
__weak typeof(self) weakSelf = self;
76
- _myMsgInputView = [UIMessageInputView messageInputViewWithType:UIMessageInputViewContentTypeTopic placeHolder:@"撰写答案"];
+ _myMsgInputView = [UIMessageInputView messageInputViewWithType:UIMessageInputViewContentTypeTopic placeHolder:@"发表看法"];
77
_myMsgInputView.isAlwaysShow = YES;
78
_myMsgInputView.delegate = self;
79
0 commit comments