QMUICollectionViewPagingLayoutStyle
NS_ENUM(NSInteger, QMUICollectionViewPagingLayoutStyle) {
QMUICollectionViewPagingLayoutStyleDefault, // 普通模式,水平滑动
QMUICollectionViewPagingLayoutStyleScale, // 缩放模式,两边的item会小一点,逐渐向中间放大
QMUICollectionViewPagingLayoutStyleRotation // 旋转模式,围绕底部某个点为中心旋转
}
Undocumented
-
Undocumented
Declaration
Objective-C
QMUICollectionViewPagingLayoutStyleDefault
Swift
case `default` = 0
-
Undocumented
Declaration
Objective-C
QMUICollectionViewPagingLayoutStyleScale
Swift
case scale = 1
-
Undocumented
Declaration
Objective-C
QMUICollectionViewPagingLayoutStyleRotation
Swift
case rotation = 2