Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 869271b

Browse files
committed
Merge pull request #56 from hwaxxer/master
fixes issue where the refresh view would be hidden behind the...
2 parents 94365ec + 88d02c1 commit 869271b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

SSPullToRefresh/SSPullToRefreshView.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ - (id)initWithScrollView:(UIScrollView *)scrollView delegate:(id<SSPullToRefresh
178178
// Semaphore is used to ensure only one animation plays at a time
179179
_animationSemaphore = dispatch_semaphore_create(0);
180180
dispatch_semaphore_signal(_animationSemaphore);
181-
182-
// Set layer position below other scrollView subviews
183-
self.layer.zPosition = -100;
184181
}
185182
return self;
186183
}

0 commit comments

Comments
 (0)