반응형
@IBAction func onClickBtn(_ sender: UIButton) {
let indexPath: IndexPath = IndexPath(row: sender.tag, section: 0)
tableView.scrollToRow(at: indexPath, at: .top, animated: true)
}
참고 : Learn & Run
728x90
반응형
'Swift iOS 앱 개발 > Swift' 카테고리의 다른 글
[Swift iOS] LaunchScreen duration 이미지 및 노출 시간 설정 (0) | 2021.06.17 |
---|---|
[Swift iOS] How to detect app entering foreground / background (0) | 2021.06.16 |
[Swift iOS] sort JSON Array : JSON 데이터 배열 정렬하기 (0) | 2021.05.31 |
[RxSwift] RxCocoa Binding (0) | 2021.05.25 |
[RxSwift] Operators 연산자 (0) | 2021.05.24 |