-
-
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
fix the error title for demo #3528
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3528 +/- ##
=======================================
Coverage 29.94% 29.94%
=======================================
Files 118 118
Lines 13793 13793
=======================================
Hits 4130 4130
Misses 9663 9663 Continue to review full report at Codecov.
|
@@ -28,7 +28,7 @@ - (void)viewDidLoad | |||
{ | |||
[super viewDidLoad]; | |||
|
|||
self.title = @"Pie Bar Chart"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petester42 @jjatie need some advise on the name. Pie Bar Chart is ok or kind of typo ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO
"Pie Chart" is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would agree. It's more clear.
@@ -28,7 +28,7 @@ - (void)viewDidLoad | |||
{ | |||
[super viewDidLoad]; | |||
|
|||
self.title = @"Pie Bar Chart"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would agree. It's more clear.
@@ -21,7 +21,7 @@ class PieChartViewController: DemoBaseViewController { | |||
super.viewDidLoad() | |||
|
|||
// Do any additional setup after loading the view. | |||
self.title = "Half Pie Bar Chart" | |||
self.title = "Pie Chart" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep the 'half' word?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the "Pie Chart" is correct since the controller name is "PieChartViewController".
BTW, I have fixed the title to "Half Pie Chart" from "Half Pie Bar Chart" for "HalfPieChartViewController.swift"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see.
04593d2
to
5d9860f
Compare
@@ -21,7 +21,7 @@ class PieChartViewController: DemoBaseViewController { | |||
super.viewDidLoad() | |||
|
|||
// Do any additional setup after loading the view. | |||
self.title = "Half Pie Bar Chart" | |||
self.title = "Pie Chart" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see.
Thanks! |
No description provided.