<Instance Method>scrollViewDidScroll(_:)

dlsl7380·2021년 6월 15일
0

Instance method

목록 보기
8/19

scrollViewDidScroll(_:)

Tells the delegate when the user scrolls the content view within the receiver.
델리게이트에게 요청한다/ 사용자가 content view를 스크롤 할 때/ 받는것 내에서

Declaration

optional func scrollViewDidScroll(_ scrollView: UIScrollView)

Parameters

scrollView

The scroll-view object in which the scrolling occurred.
스크롤 뷰 객체/ 안에서 스크롤링이 발생한

Discussion

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의 영향을 받는 부분을 끌어온다.

0개의 댓글

관련 채용 정보