scrollview1 [iOS] setContentOffset의 animation 시간 조절하기 Change the speed of setContentOffset:animated:? Is there a way to change the speed of the animation when scrolling a UITableView using setContentOffset:animated:? I want to scroll it to the top, but slowly. When I try the following, it causes the stackoverflow.com 일반적으로 scrollView의 setContentOffset의 animation은 이런식으로 호출한다. self.collectionView.setContentOffset(CGPoint(x: 0, y: 0), animated: true) .. 2022. 7. 25. 이전 1 다음