Adding ScatterChart cell to tableview
* tableView in Main.storyboard
Showing
1 changed file
with
19 additions
and
1 deletions
| @@ -142,6 +142,24 @@ | @@ -142,6 +142,24 @@ | ||
| 142 | <segue destination="Tha-Wr-sPW" kind="push" identifier="pieChart" id="pvQ-oy-a9a"/> | 142 | <segue destination="Tha-Wr-sPW" kind="push" identifier="pieChart" id="pvQ-oy-a9a"/> |
| 143 | </connections> | 143 | </connections> |
| 144 | </tableViewCell> | 144 | </tableViewCell> |
| 145 | + <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" indentationLevel="1" indentationWidth="0.0" textLabel="YOU-SK-mQU" style="IBUITableViewCellStyleDefault" id="JJR-oU-C7n"> | ||
| 146 | + <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> | ||
| 147 | + <autoresizingMask key="autoresizingMask"/> | ||
| 148 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="JJR-oU-C7n" id="iJk-3W-tcy"> | ||
| 149 | + <autoresizingMask key="autoresizingMask"/> | ||
| 150 | + <subviews> | ||
| 151 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="ScatterChart" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="YOU-SK-mQU"> | ||
| 152 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
| 153 | + <fontDescription key="fontDescription" type="system" pointSize="18"/> | ||
| 154 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> | ||
| 155 | + <nil key="highlightedColor"/> | ||
| 156 | + </label> | ||
| 157 | + </subviews> | ||
| 158 | + </tableViewCellContentView> | ||
| 159 | + <connections> | ||
| 160 | + <segue destination="Tha-Wr-sPW" kind="push" identifier="scatterChart" id="V7s-JV-4Nx"/> | ||
| 161 | + </connections> | ||
| 162 | + </tableViewCell> | ||
| 145 | </cells> | 163 | </cells> |
| 146 | </tableViewSection> | 164 | </tableViewSection> |
| 147 | </sections> | 165 | </sections> |
| @@ -174,6 +192,6 @@ | @@ -174,6 +192,6 @@ | ||
| 174 | <simulatedScreenMetrics key="destination" type="retina4"/> | 192 | <simulatedScreenMetrics key="destination" type="retina4"/> |
| 175 | </simulatedMetricsContainer> | 193 | </simulatedMetricsContainer> |
| 176 | <inferredMetricsTieBreakers> | 194 | <inferredMetricsTieBreakers> |
| 177 | - <segue reference="pvQ-oy-a9a"/> | 195 | + <segue reference="V7s-JV-4Nx"/> |
| 178 | </inferredMetricsTieBreakers> | 196 | </inferredMetricsTieBreakers> |
| 179 | </document> | 197 | </document> |
-
Please register or login to post a comment