Initial Commit
This commit is contained in:
34
Espagram/EspagramViewController.m
Normal file
34
Espagram/EspagramViewController.m
Normal file
@@ -0,0 +1,34 @@
|
||||
//
|
||||
// EspagramViewController.m
|
||||
// Espagram
|
||||
//
|
||||
// Created by Abel Fokkinga on 8/27/12.
|
||||
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
||||
//
|
||||
|
||||
#import "EspagramViewController.h"
|
||||
|
||||
@interface EspagramViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation EspagramViewController
|
||||
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
- (void)viewDidUnload
|
||||
{
|
||||
[super viewDidUnload];
|
||||
// Release any retained subviews of the main view.
|
||||
}
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
|
||||
{
|
||||
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user