https://www.youtube.com/watch?v=1dcQkP8E7gk
개발하는 정대리 유튜브 참고
objective - c
iOS 버전 업데이트 되면서 SceneDelegate에서 화면을 관할.
aloc : 메모리에 할당
objective-c 를 배우지 않고 아직 swift 만 쭉 해와서 아직 어렵다. 나중에 objective-c 익숙해지면 다시 이 유튜브 들어봐야 될듯.
오류 뜨는 부분:
//네비게이션 컨트롤러 설정
UINavigationController* navVC = [[ViewController alloc] initWithRootViewController:initialVC];
No visible @interface for 'ViewController' declares the selector 'initWithRootViewController:'
다시 처음부터 파일 만들고 처음부터 했더니 해결됨
** iOS앱 개발자로 취업시 objective-c 필수로 알아야 됨
아직 구글 등에서 버리지 않고 있음.
'iOS > iOS Swift 개발 일기' 카테고리의 다른 글
iOS 탭바컨트롤러 설정 iOS Dev storyboard UIKit TabBarController (0) | 2022.04.24 |
---|---|
iOS 스토리보드 프로젝트 세팅 swift / iOS Dev project set without storyboard UIkit (0) | 2022.04.24 |
iOS swift -completion block . 비동기처리 (0) | 2022.04.24 |
iOS swift extension (0) | 2022.04.24 |
iOS swift 구글 애드몹 배너광고 달기 (0) | 2022.04.23 |