1. info.plist에 custom font를 넣고, 스펠링이 틀리지 않았음에도 폰트를 nil로 가져오는 현상
https://stackoverflow.com/questions/51088003/uifont-returning-nil-for-custom-font
Build Phase에서 Copy Bundle Resources에 폰트들을 넣어주니 해결
2. 일부 모서리만 둥글게 처리하는 방법
https://swieeft.github.io/2020/03/05/UIViewRoundCorners.html
3. 한 라벨에서 글자에 여러 색 넣는 방법
https://stackoverflow.com/questions/24666515/how-do-i-make-an-attributed-string-using-swift
3-1. 한 라벨에서 글자에 언더라인 넣는 방법
https://sulkunblog.tistory.com/48
4. 텍스트 필드 왼쪽에 패딩 넣는방법
https://developer-fury.tistory.com/46
5. 텍스트필드에 입력 시 숫자 키보드 뜨도록
https://ikkison.tistory.com/18
6. 텍스트필드 정규식
https://ios-development.tistory.com/591
https://ios-development.tistory.com/592
7. 텍스트필드 길이제한
https://stackoverflow.com/questions/25223407/max-length-uitextfield
8. textfield에 포맷 넣기
https://ios-development.tistory.com/257
9. 뷰에 그림자 넣기