iOS: add navigation search for launch dev mode vc
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user