key缺少,添加权限多语言
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
_goChatButton.layer.cornerRadius = 25;
|
||||
}
|
||||
|
||||
[_goChatButton setTitle:KBLocalized(@"Go Chatting") forState:UIControlStateNormal];
|
||||
[_goChatButton setTitle:KBLocalized(@"Chatting") forState:UIControlStateNormal];
|
||||
[_goChatButton setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
|
||||
_goChatButton.titleLabel.font = [UIFont systemFontOfSize:16 weight:UIFontWeightSemibold];
|
||||
[_goChatButton addTarget:self action:@selector(goChatButtonTapped) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
Reference in New Issue
Block a user