Instance Method
isAnimatingDivider(at:)isAnimatingDividerAtIndex:isAnimatingDividerAtIndex_
Whether the divider at the given index is currently being animated.
Declaration
func isAnimatingDivider(at dividerIndex: Int) -> BoolDeclaration
- (BOOL) isAnimatingDividerAtIndex:(NSInteger) dividerIndex;Declaration
isAnimatingDividerAtIndex_(dividerIndex: int) -> bool