iOS: add navigation search for launch dev mode vc

This commit is contained in:
王劲鹏
2021-06-22 16:31:33 +08:00
committed by osborn
parent bebd1c6fe9
commit 28713aebbd
3 changed files with 52 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ - (BOOL)isSimulator {
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
if (indexPath.row == 0) {
[[DoricDev instance] openDevMode];
[[DoricDev instance] openDevMode:self];
return;
}
NSString *file = self.demoFilePaths[(NSUInteger) indexPath.row];