Skip to content

Commit

Permalink
added project
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağrı ÇOLAK committed Apr 22, 2018
1 parent 1475569 commit 9951108
Show file tree
Hide file tree
Showing 43 changed files with 1,838 additions and 449 deletions.
File renamed without changes.
391 changes: 0 additions & 391 deletions CoreCharts/CoreCharts.xcodeproj/project.pbxproj

This file was deleted.

24 changes: 0 additions & 24 deletions CoreCharts/CoreCharts/Base.lproj/Main.storyboard

This file was deleted.

2 changes: 1 addition & 1 deletion CoreCharts/CoreCharts/Library/BarChartCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class BarChartCore: UIView {

if point != nil && layer.0.frame.contains(point!) {

dataSource?.didTouch!(entryData: layer.1)
dataSource?.didTouch?(entryData: layer.1)

}

Expand Down
8 changes: 4 additions & 4 deletions CoreCharts/CoreCharts/Library/CoreChartEntry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import UIKit
@objc public class CoreChartEntry:NSObject {

/// gönderilen veriye ait uniq veri
var id: String
public var id: String

/// bar rengi
var barColor: UIColor
public var barColor: UIColor

/// bar yüksekliği
var barHeight: Double
public var barHeight: Double

var barTitle: String
public var barTitle: String

internal var barHeightText: String = "0.0"

Expand Down
25 changes: 0 additions & 25 deletions CoreCharts/CoreCharts/ViewController.swift

This file was deleted.

Loading

0 comments on commit 9951108

Please sign in to comment.