kimhyeri/WeatherAPP

Refactoring

kimhyeri opened this issue · 3 comments

Improve code

Improve code

  • 오토레이아웃 변경
  • DispatchGroup, DispatchSemaphore 중복되게 사용하지말기
  • tableViewCell type protocol사용해보기 // switch문, 중복 제거

DispatchGroup로 대처 할 방안 찾아보기
Q. 굳이 DispatchSemaphore를 사용해야하나?

tableViewCell type protocol은 사용했지만 switch문을 어떻게 빼야할까(이 부분 더 알아보기)