Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

“Method in protocol not implemented” warnings on the extended classes #2

Open
robrix opened this issue Jun 3, 2011 · 2 comments

Comments

@robrix
Copy link
Owner

robrix commented Jun 3, 2011

You can use @dynamic to resolve this warning for properties, but what about arbitrary methods?

You could declare stubs and parameterize extension by a list of methods to overwrite in the extended class. But this is way ugly!

You can declare conformance in a category. Hrm.

@ghost ghost assigned robrix Jun 3, 2011
@robrix
Copy link
Owner Author

robrix commented Jun 3, 2011

Declaring conformance in a category works.

@robrix
Copy link
Owner Author

robrix commented Jun 3, 2011

Document this!

@robrix robrix removed their assignment Mar 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant