개발

swift] tableview를 그룹으로 만들었을때 테이블뷰 위에 영역이 잡히는 문제

dev.jake 2021. 11. 12. 09:58

 

 

tableView.tableHeaderView = UIView(frame: CGRect(x: 0, y: 0, width: 0, height: 0.1))

https://stackoverflow.com/questions/44174655/how-to-remove-top-space-from-top-of-tableview

저작자표시 (새창열림)