Merge branch 'master' into clean_up_layout_spec

This commit is contained in:
Huy Nguyen
2015-07-12 08:17:36 +07:00
11 changed files with 130 additions and 20 deletions

View File

@@ -249,6 +249,8 @@
* @abstract Indicates that the receiver is about to display its subnodes. This method is not called if there are no
* subnodes present.
*
* @param subnode The subnode of which display is about to begin.
*
* @discussion Subclasses may override this method to be notified when subnode display (asynchronous or synchronous) is
* about to begin.
*/
@@ -258,6 +260,8 @@
* @abstract Indicates that the receiver is finished displaying its subnodes. This method is not called if there are
* no subnodes present.
*
* @param subnode The subnode of which display is about to completed.
*
* @discussion Subclasses may override this method to be notified when subnode display (asynchronous or synchronous) has
* completed.
*/