Differences From Artifact [06c53e33a8]:
- File
iOS/AddSiteController.m
— part of check-in
[461f9773b4]
at
2016-10-09 15:53:41
on branch trunk
— Add initial iOS application
This is already in a working state, but is still missing a few things.
For example, there is no proper progress indication during generation
and the UI just hangs and there's no way to delete a site yet. (user: js, size: 2930) [annotate] [blame] [check-ins using]
To Artifact [30a86b68e2]:
- File iOS/AddSiteController.m — part of check-in [830f7b5893] at 2016-10-09 16:39:29 on branch trunk — [iOS] Fix legacy toggle (user: js, size: 2925) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
84 85 86 87 88 89 90 | @"Please pick a name that does not exist yet."); return; } [self.mainViewController.siteStorage setSite: name length: length | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | @"Please pick a name that does not exist yet."); return; } [self.mainViewController.siteStorage setSite: name length: length legacy: self.legacySwitch.on]; [self.mainViewController.tableView reloadData]; [self.navigationController popViewControllerAnimated: YES]; } - (IBAction)cancel: (id)sender |
︙ | ︙ |