• This project
    • Loading...
  • Sign in

iOS / PNChart

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • PNChart
  • PNChartDemo
  • PCChartViewController.m
  • kevinzhow's avatar
    Add change value function · 3086fa90
    3086fa90 Browse File
    kevinzhow authored 2014-12-12 04:40:08 +0800
PCChartViewController.m 332 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  PCChartViewController.m
//  PNChartDemo
//
//  Created by kevin on 11/7/13.
//  Copyright (c) 2013年 kevinzhow. All rights reserved.
//

#import "PCChartViewController.h"

@implementation PCChartViewController

- (IBAction)changeValue:(id)sender {
    if ([self.title isEqualToString:@"Bar Chart"]) {
        
    }
}

@end