UIImageView documentation/header doesn't specify a designated initializer.

Originator:isaac.greenspan
Number:rdar://21633275 Date Originated:01-Jul-2015 11:28 AM
Status:Closed (dup of 19928623) Resolved:
Product:iOS SDK Product Version:
Classification:UI/Usability Reproducible:Always
 
Summary:
Neither the documentation nor the header for UIImageView specify a designated initializer.  Without knowing which initializer(s) are the designated initializer(s), it is difficult if not impossible to safely implement initialization behavior in a subclass, as explained at http://stackoverflow.com/questions/13146901/what-if-a-class-has-no-documented-designated-initializer#comment28473725_19235814.

Steps to Reproduce:
1. Open the documentation for UIImageView.
2. Observe that no information about designated initializers is present.
3. Open UIImageView.h
4. Observe that no information about designated initializers is present.

Expected Results:
Designated initializer information is present both in the documentation for UIImageView and in UIImageView.h.

Actual Results:
No information about designated initializers is in either the documentation for UIImageView or in UIImageView.h.

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!