Created
June 20, 2016 08:06
-
-
Save wleii/5ea6b11f040d47d507f114d6c35756aa to your computer and use it in GitHub Desktop.
计算 ScrollView Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let page = Int(floor(($0.x - itemWidth / 2) / itemWidth) + 1) | |
pageControl.currentPage = page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment