Saturday, June 13, 2009

Developer humor

I recently did a class-dump of UIKit library, and found a little message from the developers at Apple:
@interface UIViewController (UIViewControllerClassDumpWarning)
- (void)attentionClassDumpUser:(id)fp8 yesItsUsAgain:(id)fp12 althoughSwizzlingAndOverridingPrivateMethodsIsFun:(id)fp16 itWasntMuchFunWhenYourAppStoppedWorking:(id)fp20 pleaseRefrainFromDoingSoInTheFutureOkayThanksBye:(id)fp24;
@end

It's good to know they have a sense of humor.

BTW the next version of Montage is almost ready, it will be released sometime after the release of the 3.0 software update. I am currently fixing bugs, and there is a nasty one which I couldn't figure out: UITableViewController releases its view when a memory warning comes, and when it reloads it, the contents of the table start below the UINavigationBar (which is translucent). I was looking for a way to to disable this behavior when I came across this.

0 comments:

Post a Comment

 
© 2009 | Attributions can be found here