FWDotView

@interface FWDotView : UIView <FWDotViewProtocol>

@property (nonatomic, strong) UIColor *dotColor;

@property (nonatomic, strong) UIColor *currentDotColor;

@property (nonatomic, assign) BOOL isAnimated;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *dotColor
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *currentDotColor
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) BOOL isAnimated