All Products
Search
Document Center

Mobile Platform as a Service:CCardLayoutChangeListener

Last Updated:Apr 24, 2023

This topic describes the method of the Ant Cube Card layout change notification listener class.

Method

onLayout

/**
 Card size change
 
 @ param size The new size of the card.
*/

- (void)onLayout:(CGSize)size;