UIPageControl(FWUIKit)

@interface UIPageControl (FWUIKit)

/// 自定义圆点大小,默认{10, 10}
@property (nonatomic, assign) CGSize fw_preferredSize NS_REFINED_FOR_SWIFT;

@end

Undocumented

  • 自定义圆点大小,默认{10, 10}

    Declaration

    Objective-C

    @property (nonatomic) CGSize fw_preferredSize;