Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

提交log日志。 #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -36,7 +36,9 @@ - (void)bindViewModel:(MHSearchFriendsHeaderViewModel *)viewModel{
#pragma mark - 事件处理
- (IBAction)_qrCodeBtnDidClicked:(UIButton *)sender {
/// 点击二维码

NSLog(@"二维码点击");
NSLog(@"添加点击");
NSLog(@"设置点击");
}

- (IBAction)_searchBtnDidClicked:(UIButton *)sender {
3 changes: 3 additions & 0 deletions WeChat/WeChat/View/Contacts/AddFriends/MHSearchTextCell.m
Original file line number Diff line number Diff line change
@@ -39,9 +39,12 @@ - (void)bindViewModel:(MHSearchFriendsViewModel *)viewModel{
#pragma mark - Private Method
- (void)awakeFromNib {
[super awakeFromNib];
NSLog(@"awakefromnib");

}



- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
}