iOS: Implement search / filtering
This commit is contained in:
parent
3c8b2d1d7d
commit
d916043c03
7 changed files with 103 additions and 47 deletions
|
@ -69,7 +69,7 @@ clearNSMutableString(NSMutableString *string)
|
|||
self.mainViewController.tableView.indexPathForSelectedRow;
|
||||
|
||||
[_name release];
|
||||
_name = [siteStorage.sites[indexPath.row] retain];
|
||||
_name = [self.mainViewController.sites[indexPath.row] retain];
|
||||
_length = [siteStorage lengthForSite: _name];
|
||||
_legacy = [siteStorage isSiteLegacy: _name];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue