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
jackyzonewen
2014-08-28 23:44:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6257bc503c301c3a9c870e3a1f49c9cff0111ab4
6257bc50
1 parent
48970d93
[Fix] : fix label background color bug when before iOS7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
PNChart/PNPieChart.m
PNChart/PNPieChart.m
View file @
6257bc5
...
...
@@ -143,7 +143,7 @@
[
descriptionLabel
setTextAlignment
:
NSTextAlignmentCenter
];
[
descriptionLabel
setCenter
:
center
];
[
descriptionLabel
setAlpha
:
0
];
[
descriptionLabel
setBackgroundColor
:[
UIColor
clearColor
]];
return
descriptionLabel
;
}
...
...
Please
register
or
login
to post a comment