|
@@ -41,11 +41,6 @@
|
41
|
41
|
return self;
|
42
|
42
|
}
|
43
|
43
|
|
44
|
|
--(void)viewWillAppear:(BOOL)animated{
|
45
|
|
- [super viewWillAppear:animated];
|
46
|
|
- [self.options applyOn:self];
|
47
|
|
-}
|
48
|
|
-
|
49
|
44
|
-(void)viewDidAppear:(BOOL)animated {
|
50
|
45
|
[super viewDidAppear:animated];
|
51
|
46
|
[self.eventEmitter sendComponentDidAppear:self.componentId componentName:self.componentName];
|
|
@@ -62,6 +57,7 @@
|
62
|
57
|
|
63
|
58
|
- (void)viewDidLoad {
|
64
|
59
|
[super viewDidLoad];
|
|
60
|
+ [self.options applyOn:self];
|
65
|
61
|
}
|
66
|
62
|
|
67
|
63
|
- (void)optionsUpdated {
|