...

반응형

테이블뷰에서 구분선 없애는 방법은 아래 둘중 하나의 코드를 추가 해주면 됩니다

 

tableview.separatorStyle = .none

 

tableview.separatorColor = .clear
반응형