https://github.com/yeop96/iOS_MemoApp/blob/b908230fdddba3e753e49fc4394c56086f29920c/MemoApp/AppDelegate.swift#L12-L44
-
런치스크린 확인용 명시하지 않으면 무슨화면이라 하더라, 스플래쉬 안 보이는지?
https://github.com/yeop96/iOS_MemoApp/blob/b908230fdddba3e753e49fc4394c56086f29920c/MemoApp/AppDelegate.swift#L17
-
appDelegate에서 굳이 명시한 이유는?? 혹시 스토리보드에서 설정 가능한게 아닌지 궁금해서
UIImageView.appearance().backgroundColor = .clear
UITableView.appearance().backgroundColor = .clear
UITableViewCell.appearance().backgroundColor = .clear
UITableViewCell.appearance().selectionStyle = .none
- 콜백함수라 하는지, delegate 오버라이딩 함수라고 하는지 잘 모르겠지만... 사용 안 하면 지워도 되지 않는지 확인하면 좋을 듯
https://github.com/yeop96/iOS_MemoApp/blob/b908230fdddba3e753e49fc4394c56086f29920c/MemoApp/AppDelegate.swift#L37