-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Trying to compile demo code,but tons of compiler errors #3
Comments
In the README it specifies Swift 1.2, Xcode 6.3 |
@danielgindi I do recommend you consider using Objective-C, not Swift. |
Using ObjC for what? On Tue, Mar 24, 2015 at 11:38 AM, Xuan [email protected] wrote:
|
And... What is your recommendation based on? :-) Swift is a new language yes, and I chose to write the library in it. Nobody force my hand. Swift has major performance gains, and is compatible with ObjC. Most of my libraries are written in ObjC so you can see I have nothing against it. Event the ChartsDemo project is written in ObjC. So... ? |
It is unfortunate you are using the swift syntax introduced in Xcode 6.3 as it is still in beta. Any apps that actually want to use your library are SOL until 6.3 gets out of beta. |
It's fine by me, as this library has only been online for a few days, and Anyway, Swift 1.2 is a must if you want to fully cooperate with ObjC. |
Sounds good. Thanks for your work -- looks cool and I look forward to using it in the future. |
I see a lot of warning like |
You can try to compile the latest code - on the latest Xcode. |
A11y for bar charts
…ght_fails Fixes 4647 edge case resulting in OOB
…ighted-when-touch-released feat: add removeHighlightedWhenTouchReleased property to BarLineChartViewBase
I just synced latest code and tries to run the demo, but I get tons of compiler errors. What configuration I need to set for compiling your demo code?
The text was updated successfully, but these errors were encountered: