1. info.plist에 custom font를 넣고, 스펠링이 틀리지 않았음에도 폰트를 nil로 가져오는 현상 https://stackoverflow.com/questions/51088003/uifont-returning-nil-for-custom-font UIFont returning nil for custom font I am trying to use the Nunito-ExtraBoldItalic font for my UILabel. I followed the steps outlined in tutorials and other answers. Add font to fonts folder. Made sure the target is set to the proje... stackoverflow.co..