iOS/iOS Swift 개발 일기

iOS swift tableview with section by snapkit programmatically

Developer-Michelle 2022. 9. 26. 17:26

iOS swift tableview with section by snapkit programmatically

 

https://magi82.github.io/implement-uitableview-programmatically-in-swift/

 

Swift Code로 UITableView 구현하기 – 마기의 개발 블로그 – 즐겁게 개발을 하고 싶은 욕심 많은 개발

안녕하세요. 마기입니다. 당분간 Swift 혹은 ios 관련 내용으로 포스팅할 예정입니다. 해외에는 ios 프로젝트에서 storyboard를 사용할지 xib를 사용할지 code로 구현할지에 대한 이슈가 엄청난 핫이슈

magi82.github.io

 

https://ios-development.tistory.com/899

 

[iOS - swift] UITableView Multiple Cell (다중 셀) 처리 방법 (다중 Section vs 단일 Section)

Section을 사용하는 기준 분류 - TableView / Section / Cell -> Cell들은 서로 연관되어 있는지? 연관이 적으면 Section으로 나누기 -> Section들은 표현하려는 방향이 같은지? 표현하려는 방향이 같으면 하나의.

ios-development.tistory.com