Tells the delegate when the user scrolls the content view within the receiver.
델리게이트에게 요청한다/ 사용자가 content view를 스크롤 할 때/ 받는것 내에서
optional func scrollViewDidScroll(_ scrollView: UIScrollView)
The scroll-view object in which the scrolling occurred.
스크롤 뷰 객체/ 안에서 스크롤링이 발생한
The delegate typically implements this method to obtain the change in content offset from scrollView and draw the affected portion of the content view.
델리게이트는 전형적으로 구현한다. 이 메소드를/ 변화를 얻기위해서/ 컨텐츠 오프셋에 있는 / scrollView로부터/ 그리고 content view의 영향을 받는 부분을 끌어온다.