回答編集履歴

1

修正

2016/07/31 01:57

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -18,6 +18,6 @@
18
18
 
19
19
  pageControl.currentPage = 7
20
20
 
21
- scrollView.contentOffset = CGPointMake(width * 7, 0)
21
+ scrollView.contentOffset = CGPointMake(width * CGFloat(pageControl.currentPage), 0)
22
22
 
23
23
  ```