Re: How to locate which are not declared in header methods
Re: How to locate which are not declared in header methods
- Subject: Re: How to locate which are not declared in header methods
- From: Fritz Anderson <email@hidden>
- Date: Thu, 13 May 2010 15:12:29 -0500
On 13 May 2010, at 2:25 PM, Steve Cronin wrote:
> Is there a technique for isolating methods which exist in an @implementation file but are not declared in the @interface file.
What do you mean by "isolating?" Do you mean being able to privately set aside the private API in a category / extension?
<http://developer.apple.com/mac/library/documentation/cocoa/conceptual/objectivec/Articles/ocCategories.html>
Or are you asking whether there's a tool that detects @implementation API that isn't in an @interface, and culls them into a category / extension? That would be a dynamite facility, but I'm not aware of a tool that does it. I'm going to file a feature request against Xcode (7980748).
— F
_______________________________________________
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