Class dump users get there own message but there is nothing for assembly readers

Originator:michaelhochs
Number:rdar://27493608 Date Originated:22-Jul-2016 04:18 PM
Status:Open Resolved:
Product:iOS Product Version:iOS 10
Classification:Enhancement Reproducible:Always
 
Summary:
For a while now class dump users have the privilege to get their own method:
-[UIViewController attentionClassDumpUser:yesItsUsAgain:althoughSwizzlingAndOverridingPrivateMethodsIsFun:itWasntMuchFunWhenYourAppStoppedWorking:pleaseRefrainFromDoingSoInTheFutureOkayThanksBye:]

Sadly though, it seems like people that read the assembly do not get any such benefit. :(

Steps to Reproduce:
Look through UIKit assembly. E.g. look into the body of the above mentioned method.

Expected Results:
- Some nice cstring or some sort of text mentioning people that read the assembly and explaining to them why this is a horrible idea.

Actual Results:
- The method seems to be empty.

Regression:


Notes:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!