Skip to content

ijs1103/LEDBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEDBoard

Simulator Screen Recording - iPod touch (7th generation) - 2023-01-17 at 14 41 42

🧩 개요

텍스트, 텍스트 컬러, 배경 색상을 설정할 수 있는 LED 전광판

🤔 배운 내용

✔️ 화면간 데이터 주고 받기

viewController 에서 settingViewController

직접세그웨이 방식으로 전달. segue.destination를 다운캐스팅하여 settingViewController를 호출하고 데이터를 넘겨준다.

settingViewController 에서 viewController

settingViewController에서 커스텀 델리게이트로 데이터를 넘겨준다. 이 때, viewController는 해당 프로토콜을 채택한다.

✔️ 기타

  • popToRootViewController: root 화면으로 이동

  • UILabel.sizeToFit(): 텍스트 크기에 맞게 UILabel 사이즈를 조정

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages