Re: warning with category
Re: warning with category
- Subject: Re: warning with category
- From: Dave Keck <email@hidden>
- Date: Tue, 22 Jan 2013 00:30:43 -1000
> is the any compiler flags to turn off these warnings instance method in
> category from overrides method from class in
What about heeding the warning and fixing your code so you're not
overriding a method with a category? The existence of this warning
typically indicates that the runtime behavior of your program is
indeterminate: just because the runtime chooses your category's method
implementation now, doesn't mean it won't choose the class' method
implementation in the future.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden