Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift library added successfully, but can't reach any of the interfaces #3605

Closed
Phaptlq opened this issue Aug 16, 2018 · 1 comment
Closed

Comments

@Phaptlq
Copy link

Phaptlq commented Aug 16, 2018

i build swift library added successfully, but can't reach any of the interfaces

SWIFT_CLASS("_TtC8cscharts13BalloonMarker")
@interface BalloonMarker : ChartMarkerImage
@Property (nonatomic, strong) UIColor * _Nonnull color;
@Property (nonatomic) CGSize arrowSize;
@Property (nonatomic, strong) UIFont * _Nonnull font;
@Property (nonatomic, strong) UIColor * _Nonnull textColor;
@Property (nonatomic) UIEdgeInsets insets;
@Property (nonatomic) CGSize minimumSize;

  • (nonnull instancetype)initWithColor:(UIColor * _Nonnull)color font:(UIFont * _Nonnull)font textColor:(UIColor * _Nonnull)textColor insets:(UIEdgeInsets)insets OBJC_DESIGNATED_INITIALIZER;
  • (CGPoint)offsetForDrawingAtPoint:(CGPoint)point SWIFT_WARN_UNUSED_RESULT;
  • (void)drawWithContext:(CGContextRef _Nonnull)context point:(CGPoint)point;
  • (void)refreshContentWithEntry:(ChartDataEntry * _Nonnull)entry highlight:(ChartHighlight * _Nonnull)highlight;
  • (void)setLabel:(NSString * _Nonnull)newLabel;
  • (nonnull instancetype)init SWIFT_UNAVAILABLE;
  • (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
    @EnD

Don't reach BalloonMarker Interface.

@Phaptlq Phaptlq closed this as completed Aug 16, 2018
@Phaptlq Phaptlq reopened this Aug 16, 2018
@liuxuan30
Copy link
Member

I don't know what are you talking about. BalloonMarker is not part of the library, it's a demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants