1
This commit is contained in:
@@ -242,12 +242,12 @@ static const CGFloat JXheightForHeaderInSection = 50;
|
||||
#pragma mark - action
|
||||
- (void)searchBtnAction{
|
||||
KBSearchVC *vc = [[KBSearchVC alloc] init];
|
||||
// [self.navigationController pushViewController:vc animated:true];
|
||||
[self.navigationController pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
- (void)skinBtnAction{
|
||||
MySkinVC *vc = [[MySkinVC alloc] init];
|
||||
// [self.navigationController pushViewController:vc animated:true];
|
||||
[self.navigationController pushViewController:vc animated:true];
|
||||
}
|
||||
|
||||
#pragma mark - lazy
|
||||
|
||||
Reference in New Issue
Block a user