Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//
//  AboutVC.m
//  AudioStory
//
//  Created by Fabrizio on 05/11/12.
//  Copyright (c) 2012 Odyssey. All rights reserved.
//

#import "AboutVC.h"

@interface AboutVC ()

@end

@implementation AboutVC

@synthesize version;
@synthesize title;

- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
    if (self) {
        // Custom initialization
    }
    return self;
}

- (void)viewDidLoad {
    [super viewDidLoad];
    
    title.text = APP_NAME;
	version.text = [NSString stringWithFormat:@"v. %@", APP_VERSION];
}

- (void)didReceiveMemoryWarning {
    [super didReceiveMemoryWarning];
}


- (IBAction) close {
	[self dismissModalViewControllerAnimated:YES];
}

- (void)viewDidUnload {
    [super viewDidUnload];
    
    [self setTitle:nil];
    [self setVersion:nil];
}

@end

Commits for Nextrek/iOS/AudioStory/AudioStory/AboutVC.m

Diff revisions: vs.
Revision Author Commited Message
65 FAquili picture FAquili Thu 23 Jan, 2014 14:17:21 +0000

Audiostories:
- Candelora
- Giacomino
- Il treno ha fischiato
- Signore nave