목록required init (1)
개발자의 삽질
[iOS] "Class ViewController has no initializers" 에러 고치기
https://www.hackingwithswift.com/example-code/language/fixing-class-viewcontroller-has-no-initializers Fixing "Class ViewController has no initializers" - free Swift 5.4 example code and tips Was this page useful? Let us know! 1 2 3 4 5 www.hackingwithswift.com ViewController에 프로퍼티를 두고 싶다! 클래스에 프로퍼티를 담을 때는 초기값을 갖고 있거나 생성자를 통해 초기화 과정을 거쳐야 한다. 그러면 ViewController는 어떻게 할까? 일단 아래의 코드는 에러를 발생한다. class..
iOS
2022. 2. 7. 13:10