[Bible] Step 1 : ToDo 화면 & 기능 구현#2
Open
OpenBible3438 wants to merge 7 commits intoSwift-Master:Biblefrom
Open
Conversation
- MainVC, InputVC 화면 UI - InputVC 데이터 추가 기능 개발 - MainVC TableView 데이터 출력 기능 개발
ChatGPT의 추천대로 폴더 구조 변경
- Project
- Sources
- AppDelegate.swift
- SceneDelegate.swift
- Models
- ...
- Views
- ...
- Controllers
- ...
- Helpers
- ...
- Resources
- Assets.xcassets
- ...
- Supporting Files
- Info.plist
- ...
- Tests
- ...
- MapView 적용 - 추가한 주소를 경도와 위도로 변환해서 MapView 적용 - MapView 표시할 때 Annotation으로 title, description 함께 출력
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 목록
추가할 작업 목록
학습 키워드
고민과 해결
DatePicker
다양한 스타일을 선택할 수 있었지만 레퍼런스와 비슷하게 한국식으로만 바꾸었습니다.
�MVC
이번에도 ChatGPT에게 문의하여 지난번과과는 다른 방식으로 폴더 구성을 했습니다.
MapKit
느낀점
추가할 수 있는 기능들이 많아서 좀 더 발전시키고 싶은 욕심이 조금 들었고,
TDD 공부를 해야될 것 같습니다.