We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
viewDidLoad()
Sorry, something went wrong.
해당하는 메서드가 Objective-C와 호환되는 경우 extension에서 overriding이 가능합니다. 하지만 일반적으로 권장되는 방법은 아닙니다. Extension은 추가 기능을 구현하기 위해 주로 활용되기 때문입니다.
일반적으로 extension은 override가 불가능합니다. extension은 기능의 확장을 위해 사용되는 개념으로, 클래스 상속 관련 기능에 해당하는 override를 하는 것은 extension에 어울리지 않습니다.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: