We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b42e6 + fefabde commit 5a2707eCopy full SHA for 5a2707e
src/tabs/index.ios.ts
@@ -207,7 +207,7 @@ class UIPageViewControllerImpl extends UIPageViewController {
207
let scrollView: UIScrollView = null;
208
209
for (let i = 0; i < subViews.count; i++) {
210
- const view: UIView = subViews[i];
+ const view: UIView = subViews.objectAtIndex(i);
211
if (view instanceof UIScrollView && !(view instanceof MDCTabBarView)) {
212
scrollView = view;
213
}
0 commit comments