NEULiee / iOS-App-Dev-Tutorials

Apple 개발자 홈페이지의 UIKit 튜토리얼을 보고 정리하는 repository 입니다.
0 stars 0 forks source link

Project init #1

Closed NEULiee closed 2 years ago

NEULiee commented 2 years ago

iOS App Dev Tutorial


UIKit Essentials

  • [x] Getting Started with Today
  • [x] Creating a Storyboard App
  • [x] Setting Constraints with Auto Layout


Model-View-Controller

  • [x] Connecting View Objects to Code
  • [x] Connecting Outlets and Actions
  • [x] Setting Up a Table View


app-dev-training

NEULiee commented 2 years ago

iOS 공부를 위해서 Apple 공식 튜토리얼을 읽으며 공부합니다.
만들게 될 앱은 Reminder List 미리 알림 목록 입니다.

UIKit

UIKit is a graphical, event-driven framework for building apps on Apple platforms.

key features of UIKit

NEULiee commented 2 years ago

This tutorial app's structure is Model-View-Controller (MVC) design pattern, a common design patter for UIKit apps.

Model


Reminder.swift Define a static array of sample reminders data using extension

Learned

NEULiee commented 2 years ago

Error occurred while following 'Setting Up a Table View' and the image of doneButton did not changed

버튼을 default로 설정하지 않고 custom으로 설정하여 이미지가 바뀌지 않았음 The image did not change because set the button to custom rather than default