puuurm / swift-weatherforecast

iOS app
1 stars 0 forks source link

reloadSections 시 section header가 없어지는 오류 #58

Closed puuurm closed 6 years ago

puuurm commented 6 years ago

이슈: reloadSections 할 때 Section 내용은 reload 되지만, 헤더는 없어지는 오류 발생. 해결: https://stackoverflow.com/questions/8658121/uitableview-reloadsections-reloaddata-header-view-becomes-blank 에 올라온 답변에 힌트를 얻고 UITableViewCell이 아닌 UITableViewHeaderFooterView로 section header를 만들었더니 리로드 하여도 사라지지 않았다. 참고내용: https://stackoverflow.com/questions/12900446/how-to-use-uitableviewheaderfooterview