iOS 개발/App 개발 프로젝트 (3) 썸네일형 리스트형 FLO Music App - 재생 목록 화면 (Custom Cell) 목차 (눌러서 이동) Custom Cell 작성 먼저 Test class 작성의 대략적인 순서를 파악하기 위해 필요한 것을 나열해보자. 1. MusicCell class 가 필요. (identifier property 를 가져야 함.) 2. 각 UI Components 를 원하는 Configuration 을 부여하며 선언하고 Cell 의 Content View 에 올리기. 3. 원하는 Cell 형태에 맞게 각 UI Components 의 Constraints 작성. 4. cellForRowAt indexPath 함수에서 호출해 Cell 내용을 채울 수 있게하는 함수 작성. ( configureCell( ) ) Custom Cell class 작성 먼저 MusicCell 이란 이름으로 Custom cell.. FLO Music App - 재생 목록 화면 (Table View) trikalabs / TDD UITableView Joesusnick / TDD TableViews - lesss boring than you think! Essential Developer - Building iOS app with TDD 목차 (눌러서 이동) Programmatic UI Development 준비 음악 데이터를 가져오면 목록으로 표현할 Table View 가 필요하다. UI 개발에 있어 Storyboard 의 사용 없이 Programmatic 하게 작성하고 싶으므로 몇 가지 준비 작업이 필요하다. 1. Storyboard 제거 (Move to trash 를 클릭해 제거하기.) 2. Project 설정 → General → Deployment info → Main interface fi.. FLO Music App - MVC, TDD, Programmatic development 프로그래머스 과제관 - 뮤직 플레이어 앱 작성할 View 재생 목록 화면 → 음악 재생 화면 → 전체 가사 보기 화면 작성 방법 1. MVC 패턴 2. Test-Driven Development 3. Programmatic Development (Storyboard X) 이전 1 다음