On Apr 5, 2008, at 8:20 PM, Richard Somers wrote:
I have also been looking through the WebKit framework and noticed that they will hide ALL of the instance variables in another class like this.@interface WebView : NSView { @private WebViewPrivate *_private; }Can anyone shed light on this practice of hiding ivars? Is it mainly something that is being done by the framework developers and generally is not applicable to application developers? Why does Apple do this?
Wikipedia can explain it best: http://en.wikipedia.org/wiki/Fragile_binary_interface_problem -> jp
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]