We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40e2be commit d04fb5fCopy full SHA for d04fb5f
1 file changed
Coding_iOS/Views/CodingShareView.m
@@ -248,9 +248,9 @@ - (void)p_dismissWithCompletionBlock:(void (^)(void))completionBlock{
248
- (void)p_checkTitle{
249
NSString *title;
250
if ([_objToShare isKindOfClass:[Tweet class]]) {
251
- title = @"冒泡分享";
+ title = @"冒泡分享到";
252
}else{
253
- title = @"分享";
+ title = @"分享到";
254
}
255
_titleL.text = title;
256
0 commit comments