All Products
Search
Document Center

Mobile Platform as a Service:CCardLayoutChangeListener

Last Updated:Jun 16, 2026

The CCardLayoutChangeListener class listens for layout change notifications from Ant Cube Card and provides a callback when the card size changes.

Method

onLayout

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

- (void)onLayout:(CGSize)size;