@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.
