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
MrWooJ
2014-12-04 11:16:43 +0330
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d56130f1286f96e26fc7a84e1aaff77fe8ab0ea
3d56130f
1 parent
20bb16b3
Adding ScatterChart cell to tableview
* tableView in Main.storyboard
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletions
PNChartDemo/Base.lproj/Main.storyboard
PNChartDemo/Base.lproj/Main.storyboard
View file @
3d56130
...
...
@@ -142,6 +142,24 @@
<segue
destination=
"Tha-Wr-sPW"
kind=
"push"
identifier=
"pieChart"
id=
"pvQ-oy-a9a"
/>
</connections>
</tableViewCell>
<tableViewCell
contentMode=
"scaleToFill"
selectionStyle=
"blue"
accessoryType=
"disclosureIndicator"
indentationLevel=
"1"
indentationWidth=
"0.0"
textLabel=
"YOU-SK-mQU"
style=
"IBUITableViewCellStyleDefault"
id=
"JJR-oU-C7n"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"320"
height=
"44"
/>
<autoresizingMask
key=
"autoresizingMask"
/>
<tableViewCellContentView
key=
"contentView"
opaque=
"NO"
clipsSubviews=
"YES"
multipleTouchEnabled=
"YES"
contentMode=
"center"
tableViewCell=
"JJR-oU-C7n"
id=
"iJk-3W-tcy"
>
<autoresizingMask
key=
"autoresizingMask"
/>
<subviews>
<label
opaque=
"NO"
multipleTouchEnabled=
"YES"
contentMode=
"left"
text=
"ScatterChart"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
id=
"YOU-SK-mQU"
>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"18"
/>
<color
key=
"textColor"
cocoaTouchSystemColor=
"darkTextColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<segue
destination=
"Tha-Wr-sPW"
kind=
"push"
identifier=
"scatterChart"
id=
"V7s-JV-4Nx"
/>
</connections>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
...
...
@@ -174,6 +192,6 @@
<simulatedScreenMetrics
key=
"destination"
type=
"retina4"
/>
</simulatedMetricsContainer>
<inferredMetricsTieBreakers>
<segue
reference=
"
pvQ-oy-a9a
"
/>
<segue
reference=
"
V7s-JV-4Nx
"
/>
</inferredMetricsTieBreakers>
</document>
...
...
Please
register
or
login
to post a comment