-Brian
In each of the spec files, I add:
@interface UIQuery ()
...
...
@end
Add all the methods that give selector warnings here.
I know this is a bit more work, but I really am uncomfortable seeing
the warnings or turning off all warnings.
HTH
-- KD
PS: I could not find a way to just replay to the group. Hence the to:
On Dec 18 2009, 8:55 pm, Brian <btkn...@gmail.com> wrote:
> Currently UISpec leverages the dynamic nature of Objective-C, mainly
> the methodSignatureForSelector: and forwardInvocation: methods. This
> is very similar to what you would find when doing meta-programming in
> Ruby with method_missing. I have never found a way to turn thewarningscompletely off...I just hide them in XCode so they don't show
> --
> You received this message because you are subscribed to the Google Groups "UISpec" group.
> To post to this group, send email to uis...@googlegroups.com.
> To unsubscribe from this group, send email to uispec+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/uispec?hl=en.
>
>