Skip to content

Commit 92fdfe1

Browse files
committed
Merge pull request #23 from quemb/revert-16-order-subviews
Revert "place background view behind the foreground view when inserting ...
2 parents 3319616 + d4db6c0 commit 92fdfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QMBParallaxScrollViewController/QMBParallaxScrollViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ - (void)setupWithTopViewController:(UIViewController *)topViewController andTopH
9696
[self.view addSubview:_foregroundScrollView];
9797
[self.bottomViewController didMoveToParentViewController:self];
9898

99-
[self.view insertSubview:_backgroundView belowSubview:_foregroundScrollView];
99+
[self.view addSubview:_backgroundView];
100100
[self.topViewController didMoveToParentViewController:self];
101101

102102
[self addGestureReconizer];

0 commit comments

Comments
 (0)