RBLayoutPositionerDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBLayoutPositioner.h |
– positionerWasInvalidated:
required method
Called when the layout has been invalidated and a recalculation of the layout is needed.
- (void)positionerWasInvalidated:(nonnull RBLayoutPositioner *)positioner
Parameters
positioner |
The positioner that has had it’s layout invalidated. |
---|
Discussion
Called when the layout has been invalidated and a recalculation of the layout is needed.
Declared In
RBLayoutPositioner.h