Header(최근 검색어 Label)
Footer(전체삭제, 최근 검색 닫기 Button)
스크롤을 하게 되면 저것들이 따라온다...
해결방법
1. StoryBoard or Nib
테이블 뷰의 Inspector에서 Style을 Plain에서 Group으로 변경해준다
더이상 따라오지 않는 것을 볼 수 있다
2. Frame 사용
//Frame은 임시
myTableView = UITableView(frame: .zero, style: .grouped)
해결!
'iOS' 카테고리의 다른 글
[iOS] Animation - 1 (0) | 2021.03.17 |
---|---|
[iOS] Navigation BackButton 조작 + NavigationItem vs NavigationBar (0) | 2021.03.11 |
[iOS] Image를 URLSession / Kingfisher를 통해 가져오기 (0) | 2021.03.02 |
[iOS] AutoLayout - 1 (0) | 2021.03.01 |
[iOS] UIViewController (0) | 2021.03.01 |