We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, I want to declare a marker like below:
let marker = BalloonMarker(color: UIColor.customBlue(), font: UIFont.systemFont(ofSize: 12.0), insets: UIEdgeInsetsMake(top: 8, left: 8, bottom: 20, right: 8)) but Xcode remind error, "Use of unresolved idtentifier 'BallonMarker'" and I cannot find BallonMarker.swift either.
let marker = BalloonMarker(color: UIColor.customBlue(), font: UIFont.systemFont(ofSize: 12.0), insets: UIEdgeInsetsMake(top: 8, left: 8, bottom: 20, right: 8))
I install the Charts use pod. like "pod 'Charts', '~> 3.0.2'"
The text was updated successfully, but these errors were encountered:
I don't use pods, I drag everything manually into my project.
However, you might want to drag BallonMarker.swift from Classes -> Components folder directly into your project and see if that helps.
Sorry, something went wrong.
it's in ChartsDemo.
It's in ChartsDemo. But not in "pod 'Charts'. Can you please include it there. Or any separate POD for components? Thanks.
No branches or pull requests
hello, I want to declare a marker like below:
let marker = BalloonMarker(color: UIColor.customBlue(), font: UIFont.systemFont(ofSize: 12.0), insets: UIEdgeInsetsMake(top: 8, left: 8, bottom: 20, right: 8))
but Xcode remind error, "Use of unresolved idtentifier 'BallonMarker'"
and I cannot find BallonMarker.swift either.
I install the Charts use pod. like "pod 'Charts', '~> 3.0.2'"
The text was updated successfully, but these errors were encountered: