Toggle navigation
Toggle navigation
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
Authored by
kevinzhow
2014-02-17 05:22:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
88e1cafedf7f88989f985b482c4fb976bf26e24f
88e1cafe
1 parent
003d9e23
Move source file
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
2 deletions
PNChartDemo/PNChart/PNBar.h → PNChart/PNBar.h
PNChartDemo/PNChart/PNBar.m → PNChart/PNBar.m
PNChartDemo/PNChart/PNBarChart.h → PNChart/PNBarChart.h
PNChartDemo/PNChart/PNBarChart.m → PNChart/PNBarChart.m
PNChartDemo/PNChart/PNChart.h → PNChart/PNChart.h
PNChartDemo/PNChart/PNChartDelegate.h → PNChart/PNChartDelegate.h
PNChartDemo/PNChart/PNChartLabel.h → PNChart/PNChartLabel.h
PNChartDemo/PNChart/PNChartLabel.m → PNChart/PNChartLabel.m
PNChartDemo/PNChart/PNCircleChart.h → PNChart/PNCircleChart.h
PNChartDemo/PNChart/PNCircleChart.m → PNChart/PNCircleChart.m
PNChartDemo/PNChart/PNColor.h → PNChart/PNColor.h
PNChartDemo/PNChart/PNColor.m → PNChart/PNColor.m
PNChartDemo/PNChart/PNLineChart.h → PNChart/PNLineChart.h
PNChartDemo/PNChart/PNLineChart.m → PNChart/PNLineChart.m
PNChartDemo/PNChart/PNLineChartData.h → PNChart/PNLineChartData.h
PNChartDemo/PNChart/PNLineChartData.m → PNChart/PNLineChartData.m
PNChartDemo/PNChart/PNLineChartDataItem.h → PNChart/PNLineChartDataItem.h
PNChartDemo/PNChart/PNLineChartDataItem.m → PNChart/PNLineChartDataItem.m
PNChartDemo.xcodeproj/project.pbxproj
PNChartDemo/PNChartDemo-Info.plist
PNChart
Demo/PNChart
/PNBar.h
→
PNChart/PNBar.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNBar.m
→
PNChart/PNBar.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNBarChart.h
→
PNChart/PNBarChart.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNBarChart.m
→
PNChart/PNBarChart.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNChart.h
→
PNChart/PNChart.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNChartDelegate.h
→
PNChart/PNChartDelegate.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNChartLabel.h
→
PNChart/PNChartLabel.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNChartLabel.m
→
PNChart/PNChartLabel.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNCircleChart.h
→
PNChart/PNCircleChart.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNCircleChart.m
→
PNChart/PNCircleChart.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNColor.h
→
PNChart/PNColor.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNColor.m
→
PNChart/PNColor.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChart.h
→
PNChart/PNLineChart.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChart.m
→
PNChart/PNLineChart.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChartData.h
→
PNChart/PNLineChartData.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChartData.m
→
PNChart/PNLineChartData.m
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChartDataItem.h
→
PNChart/PNLineChartDataItem.h
View file @
88e1caf
File moved
PNChart
Demo/PNChart
/PNLineChartDataItem.m
→
PNChart/PNLineChartDataItem.m
View file @
88e1caf
File moved
PNChartDemo.xcodeproj/project.pbxproj
View file @
88e1caf
This diff is collapsed. Click to expand it.
PNChartDemo/PNChartDemo-Info.plist
View file @
88e1caf
...
...
@@ -33,8 +33,6 @@
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
</array>
</dict>
</plist>
...
...
Please
register
or
login
to post a comment