PTButtonBarButtonView

@interface PTButtonBarButtonView : PTBarButtonItemCustomView

@property (nonatomic, strong) UIButton *button;

- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;

- (instancetype)initWithContentView:(UIView *)contentView NS_UNAVAILABLE;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong) UIButton *button

    Swift

    var button: UIButton { get set }
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;

    Swift

    init(frame: CGRect)
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithContentView:(UIView *)contentView NS_UNAVAILABLE;