iOS: Implement search / filtering
This commit is contained in:
parent
3c8b2d1d7d
commit
d916043c03
7 changed files with 103 additions and 47 deletions
|
@ -85,12 +85,10 @@ showAlert(UIViewController *controller, NSString *title, NSString *message)
|
|||
return;
|
||||
}
|
||||
|
||||
[self.mainViewController.siteStorage
|
||||
setSite: name
|
||||
length: length
|
||||
legacy: self.legacySwitch.on];
|
||||
|
||||
[self.mainViewController.tableView reloadData];
|
||||
[self.mainViewController.siteStorage setSite: name
|
||||
length: length
|
||||
legacy: self.legacySwitch.on];
|
||||
[self.mainViewController reset];
|
||||
|
||||
[self.navigationController popViewControllerAnimated: YES];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue