提交
This commit is contained in:
@@ -81,10 +81,10 @@
|
|||||||
|
|
||||||
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
|
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
|
||||||
[tableView deselectRowAtIndexPath:indexPath animated:YES];
|
[tableView deselectRowAtIndexPath:indexPath animated:YES];
|
||||||
KBSearchVC *vc = [[KBSearchVC alloc] init];
|
// KBSearchVC *vc = [[KBSearchVC alloc] init];
|
||||||
// [self.navigationController pushViewController:vc animated:true];
|
// [self.navigationController pushViewController:vc animated:true];
|
||||||
UINavigationController *nav = KB_CURRENT_NAV;
|
// UINavigationController *nav = KB_CURRENT_NAV;
|
||||||
[nav pushViewController:vc animated:true];
|
// [nav pushViewController:vc animated:true];
|
||||||
NSLog(@"===");
|
NSLog(@"===");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ static const CGFloat JXheightForHeaderInSection = 50;
|
|||||||
|
|
||||||
- (void)viewDidLoad {
|
- (void)viewDidLoad {
|
||||||
[super viewDidLoad];
|
[super viewDidLoad];
|
||||||
[self setupUI];
|
// [self setupUI];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user