FWZoomImageVideoToolbar

@interface FWZoomImageVideoToolbar : UIView

@property(nonatomic, strong, readonly) UIButton *playButton;
@property(nonatomic, strong, readonly) UIButton *pauseButton;
@property(nonatomic, strong, readonly) UISlider *slider;
@property(nonatomic, strong, readonly) UILabel *sliderLeftLabel;
@property(nonatomic, strong, readonly) UILabel *sliderRightLabel;

// 可通过调整此属性来调整 toolbar 内部的间距,默认为 {0, 0, 0, 0}
@property(nonatomic, assign) UIEdgeInsets paddings UI_APPEARANCE_SELECTOR;

// 可通过这些属性修改 video 播放时屏幕底部工具栏的播放/暂停图标
@property(nonatomic, strong) UIImage *playButtonImage UI_APPEARANCE_SELECTOR;
@property(nonatomic, strong) UIImage *pauseButtonImage UI_APPEARANCE_SELECTOR;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) UIButton *playButton
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) UIButton *pauseButton
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) UISlider *slider
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) UILabel *sliderLeftLabel
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly) UILabel *sliderRightLabel
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign) UIEdgeInsets paddings
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong) UIImage *playButtonImage
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong) UIImage *pauseButtonImage