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

Still have 3 errors in example #2

Closed
torquemada163 opened this issue Aug 26, 2014 · 3 comments
Closed

Still have 3 errors in example #2

torquemada163 opened this issue Aug 26, 2014 · 3 comments

Comments

@torquemada163
Copy link

LineChart.swift:

  1. In:
    // LineChart class
    class LineChart: UIControl {

Error:
LineChart.swift:29:7: Class 'LineChart' does not implement its superclass's required members

  1. In:
    /**
  2. Fill area between charts.
    */
    func drawAreaBetweenLineCharts() {
    . . .
    . . .
    CGContextSetFillColorWithColor(context, positiveAreaColor.CGColor)

Error:
LineChart.swift:459:23: 'ClosedInterval' does not have a member named 'Generator'

DotCALayer.swift:
3. In:
class DotCALayer: CALayer {

Error:
DotCALayer.swift:5:7: Class 'DotCALayer' does not implement its superclass's required members

screenshot at 26 14-01-21

@zemirco
Copy link
Owner

zemirco commented Aug 26, 2014

Which version of Xcode do you use?

@torquemada163
Copy link
Author

Xcode 6 Beta 6 (6A280e)

@torquemada163
Copy link
Author

Damn! "Product" -> "Clean" was resolved all errors!

Sorry please......

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