<UITableViewDataSource> tableView(_:canMoveRowAt:)

dlsl7380·2021년 7월 30일
0

Instance method

목록 보기
14/19

true를 리턴해야 셀을 이동시킬 수 있음

tableView(_:canMoveRowAt:)

Asks the data source whether a given row can be moved to another location in the table view.

Declaration

optional func tableView(_ tableView: UITableView, 
           canMoveRowAt indexPath: IndexPath) -> Bool

Parameters

tableView

The table-view object requesting this information.

indexPath

An index path locating a row in tableView.

Return Value

true if the row can be moved; otherwise false.

Discussion

This method allows the data source to specify that the reordering control for the specified row not be shown. By default, the reordering control is shown if the data source implements the tableView(_:moveRowAt:to:) method.

0개의 댓글

관련 채용 정보