Using private APIs
Using private APIs
- Subject: Using private APIs
- From: Todd Heberlein <email@hidden>
- Date: Thu, 09 Jul 2009 10:08:21 -0700
From time to time someone posts a question about using non-public
Apple APIs -- you know, the ones that let you do something really cool
or fast but causes your app to break on a future OS release. :)
Anyways, I saw this purported private API for OS X, and I thought I'd
share it. Pretty funny. :)
From:
http://ericasadun.com/iPhoneDocs300/_u_i_view_controller-_u_i_view_controller_class_dump_warning_8h-source.html
@interface UIViewController (UIViewControllerClassDumpWarning)
- (void)attentionClassDumpUser:(id)fp8
yesItsUsAgain:(id)fp12
althoughSwizzlingAndOverridingPrivateMethodsIsFun:(id)fp16
itWasntMuchFunWhenYourAppStoppedWorking:(id)fp20
pleaseRefrainFromDoingSoInTheFutureOkayThanksBye:(i))fp24;
@end
Todd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden