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:
@@ -8,12 +8,13 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "Conjugator.h"
|
||||
#import "EspagramLessonTesting.h"
|
||||
#import "EspagramConjugationTableViewController.h"
|
||||
#import "Lesson+Conjugator.h"
|
||||
#import "Lesson+Test.h"
|
||||
#import "Verb.h"
|
||||
|
||||
@interface EspagramTestViewController : UIViewController
|
||||
@interface EspagramTestViewController : UIViewController <EspagramLessonTesting>
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UILabel *testedVerbLabel;
|
||||
|
||||
@@ -32,6 +33,4 @@
|
||||
@property (weak, nonatomic) IBOutlet UIButton *nextButton;
|
||||
|
||||
|
||||
@property (strong, nonatomic) Lesson *lesson;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user