Annotate -didLoad with an attribute (if supported) that will flag missing didLoad calls

This commit is contained in:
Andrew Toulouse
2014-09-22 21:55:35 -07:00
parent 7dd94a6102
commit 1b3cf4d8b5
2 changed files with 13 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
*
* @discussion This is the best time to add gesture recognizers to the view.
*/
- (void)didLoad;
- (void)didLoad ASDISPLAYNODE_REQUIRES_SUPER;
/** @name Layout */