@@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN
59
59
/* *
60
60
* Find out which tab bar controller is currently focused & select it.
61
61
*
62
- * This method does nothing if the update has not been previoulsy requested.
62
+ * This method does nothing if the update has not been previously requested.
63
63
* If needed, the requested update is performed immediately. If you do not need this, consider just raising an
64
64
* appropriate invalidation signal & let the controller decide when to flush the updates.
65
65
*/
@@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN
76
76
/* *
77
77
* Updates the tab bar appearance basing on configuration sources (host view, tab screens).
78
78
*
79
- * This method does nothing if the update has not been previoulsy requested.
79
+ * This method does nothing if the update has not been previously requested.
80
80
* If needed, the requested update is performed immediately. If you do not need this, consider just raising an
81
81
* appropriate invalidation signal & let the controller decide when to flush the updates.
82
82
*/
@@ -93,7 +93,7 @@ NS_ASSUME_NONNULL_BEGIN
93
93
/* *
94
94
* Updates the interface orientation based on selected tab screen and its children.
95
95
*
96
- * This method does nothing if the update has not been previoulsy requested.
96
+ * This method does nothing if the update has not been previously requested.
97
97
* If needed, the requested update is performed immediately. If you do not need this, consider just raising an
98
98
* appropriate invalidation signal & let the controller decide when to flush the updates.
99
99
*/
@@ -119,23 +119,23 @@ NS_ASSUME_NONNULL_BEGIN
119
119
120
120
/* *
121
121
* Tell the controller that react provided tabs have changed (count / instances) & the child view controllers need to be
122
- * udpated .
122
+ * updated .
123
123
*
124
124
* This also automatically raises `needsReactChildrenUpdate` flag, no need to call it manually.
125
125
*/
126
126
- (void )childViewControllersHaveChangedTo : (nonnull NSArray <RNSTabsScreenViewController *> *)childViewControllers ;
127
127
128
128
/* *
129
129
* Tell the controller that react provided tabs have changed (count / instances) & the child view controllers need to be
130
- * udpated .
130
+ * updated .
131
131
*
132
132
* Do not raise this signal only when focused state of the tab has changed - use `needsSelectedTabUpdate` instead.
133
133
*/
134
134
@property (nonatomic , readwrite ) bool needsUpdateOfReactChildrenControllers;
135
135
136
136
/* *
137
137
* Tell the controller that react provided tabs have changed (count / instances) & the child view controllers need to be
138
- * udpated .
138
+ * updated .
139
139
*/
140
140
@property (nonatomic , readwrite ) bool needsUpdateOfSelectedTab;
141
141
@@ -148,7 +148,7 @@ NS_ASSUME_NONNULL_BEGIN
148
148
/* *
149
149
* Tell the controller that some configuration regarding interface orientation has changed & it requires update.
150
150
*/
151
- @property (nonatomic , readwrite ) bool needsUpdateOfOrientation ;
151
+ @property (nonatomic , readwrite ) bool needsOrientationUpdate ;
152
152
153
153
@end
154
154
0 commit comments