Initial working password application with types and history.
This commit is contained in:
22
OnePassword/OPContentViewController.m
Normal file
22
OnePassword/OPContentViewController.m
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// OPContentViewController.m
|
||||
// OnePassword
|
||||
//
|
||||
// Created by Maarten Billemont on 03/01/12.
|
||||
// Copyright (c) 2012 Lyndir. All rights reserved.
|
||||
//
|
||||
|
||||
#import "OPContentViewController.h"
|
||||
|
||||
@implementation OPContentViewController
|
||||
@synthesize activeElement = _activeElement;
|
||||
|
||||
#pragma mark - View lifecycle
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
|
||||
|
||||
// Return YES for supported orientations
|
||||
return (interfaceOrientation == UIInterfaceOrientationPortrait);
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user