ํ
์ด๋ธ ๋ทฐ์ reorder ๋ฒํผ์ ๋ณ๊ฒฝํด์ผ ํ๋๋ฐ, API๊ฐ ์์ด ๊ณ ์ํ๋ ๊ฒฝํ์ ๊ณต์ ํ๋ค.
ํด๊ฒฐ ๋ฐฉ๋ฒ
UITableView
์ tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath)
์์ cell ๋ด๋ถ์ ์๋ UITableViewCellReorderControl
๋ฅผ ๋ณ๊ฒฝํ๋ฉด ๋๋ค.
TableView
Cell
์ ๋ฆฌ
- ์ฝ๊ฐ hack ๊ฐ์ ๋๋์ด ์์ง๋ง, ํ์ฌ๋ก์๋ ์ด ๋ฐฉ๋ฒ๋ฐ์ ์๋ค๊ณ ํ๋ค.
Reference