Tells the data source to return the number of rows in a given section of a table view.
데이타 소스에 지시한다/ 리턴하도록 rows의 수만큼/ 테이블뷰의 주어진 섹션에
func tableView(_ tableView: UITableView,
numberOfRowsInSection section: Int) -> Int
The table-view object requesting this information.
테이블 뷰 객체/ 이 정보를 요청하는
An index number identifying a section in tableView.
테이블뷰에서 섹션을 확인하는 인덱스 수
The number of rows in section.
섹션에서 rows의 수