UITableView์˜ ๋ฐ”๋‹ฅ์„ ์–ด๋Š์ •๋„ ๋„์›Œ์•ผํ•  ํ•„์š”๊ฐ€ ์žˆ์—ˆ๋‹ค. ์–ด๋–ป๊ฒŒ ํ–ˆ๋Š”์ง€ ๊ธฐ๋กํ•ด๋‘”๋‹ค.

Solution

  • UIScrollView์˜ contentInset ๋™์ž‘์„ ์ดํ•ดํ–ˆ๋‹ค๋ฉด ์‰ฝ๊ฒŒ ์•Œ์•„๋จน์„ ์ˆ˜ ์žˆ๋‹ค.
  • ๋ชจ๋ฅธ๋‹ค๋ฉด UIScrollView ContentInset, Offset, Size๋ฅผ ์ฐธ๊ณ ํ•˜์ž.
self.tableView.contentInset.bottom = 15

Reference