본문 바로가기

iOS 앱 개발자 프로젝트/iOS 심화

[iOS] bookStore app project (1)

목표 

  1. 책을 검색하고 저장하는 앱을 구현
  2. 앱의 모든 UI 는 코드를 기반으로 구현
  3. CoreData 와 HTTP 통신을 사용하여 앱의 기능을 구현
  4. 간단한 MVVM 구조로 리팩토링

 

#1.

codebase UI로 아래의 화면 구현해 보기

 

 

 

 

 

to be continued.. 

 


icon references

https://www.flaticon.com/kr

 

https://fonts.google.com/icons

 

Material Symbols and Icons - Google Fonts

Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.

fonts.google.com

 

 

'iOS 앱 개발자 프로젝트 > iOS 심화' 카테고리의 다른 글

[iOS] bookStore app project (3)  (4) 2024.05.08
[iOS] bookStore app project (2)  (2) 2024.05.07
[iOS] SnapKit (feat. SPM)  (2) 2024.05.05
[iOS] video playback app  (0) 2024.05.01
[iOS] codebase UI  (0) 2024.04.30