I have a subclass of UIView, that have inherited the - initWithFrame: method. However, I don't want that method to be called on my subclass.
Is there any way to "delete" that method on my subclass?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Don't implement it and don't call
If the method does not return
To "remove" this warning, add |
|||||||
|