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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user