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;