Version 1.1

- Added localised descriptions for all the tenses.
- After selecting a lesson, you will get a screen where you can see both the words in the lesson or start a multiple choice test.
- Lay-out fixes
- UI improvements
This commit is contained in:
Abel Fokkinga
2013-01-02 17:33:00 -02:00
parent 366dd2fc0a
commit 3013ee52c4
40 changed files with 979 additions and 285 deletions

View File

@@ -39,14 +39,6 @@
}
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
// Custom initialization
}
return self;
}
- (void)viewDidAppear:(BOOL)animated
{