UICollectionViewFlowLayout(FWApplication)

@interface UICollectionViewFlowLayout (FWApplication)

/// 设置Header和Footer是否悬停,支持iOS9+
- (void)fw_hoverWithHeader:(BOOL)header footer:(BOOL)footer NS_REFINED_FOR_SWIFT;

@end

Undocumented

  • 设置Header和Footer是否悬停,支持iOS9+

    Declaration

    Objective-C

    - (void)fw_hoverWithHeader:(BOOL)header footer:(BOOL)footer;