iOS: Add initial parts of support for key files
This commit is contained in:
parent
f886262722
commit
fa21a9d8f3
13 changed files with 226 additions and 99 deletions
|
@ -24,10 +24,11 @@
|
|||
|
||||
#import "MainViewController.h"
|
||||
|
||||
@interface AddSiteController: UITableViewController
|
||||
@interface AddSiteController: UITableViewController <UITableViewDelegate>
|
||||
@property (nonatomic, retain) IBOutlet UITextField *nameField;
|
||||
@property (nonatomic, retain) IBOutlet UITextField *lengthField;
|
||||
@property (nonatomic, retain) IBOutlet UISwitch *legacySwitch;
|
||||
@property (nonatomic, retain) IBOutlet UILabel *keyFileLabel;
|
||||
@property (retain) MainViewController *mainViewController;
|
||||
|
||||
- (IBAction)done: (id)sender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue