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