iOS) UITalbeView Separator 없애기

less than 1 minute read

UITalbeView Separator 없애기

두가지 방법이 있다.

1. storyboard

separator 를 None 으로 해주었다.

2. code

separatorStyle 속성을 설정해주었다.

tableView.separatorStyle = .none

Categories:

Updated: