Notice
Recent Posts
Recent Comments
Link
관리 메뉴

김종권의 iOS 앱 개발 알아가기

[iOS - swift] tableView 스크롤바 표출 flashScrollIndicators() 본문

iOS 응용 (swift)

[iOS - swift] tableView 스크롤바 표출 flashScrollIndicators()

jake-kim 2021. 2. 18. 01:47

테이블뷰가 등장하자, 옆 스크롤이 표출

table View 구성

  • storyboard

  • code: flashScrollIndicators()를 이용하면 우측 스크롤뷰가 표출

* 전체 소스코드: github.com/JK0369/TableView_scroll_example

Comments