Skip to content

Commit

Permalink
Some ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brung committed Feb 26, 2015
1 parent 4d3acf1 commit a8a4312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions unnamed/ComposeViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ty4-5D-Pxu">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ty4-5D-Pxu">
<rect key="frame" x="269" y="120" width="36" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
Expand All @@ -41,11 +41,11 @@
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="86v-la-mTY">
<tableView clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="86v-la-mTY">
<rect key="frame" x="8" y="189" width="304" height="372"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableView>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" alpha="0.0" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Cok-a4-urZ">
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" alpha="0.0" contentMode="scaleToFill" misplaced="YES" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Cok-a4-urZ">
<rect key="frame" x="8" y="189" width="304" height="372"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="8" id="OOE-ut-S83">
<size key="itemSize" width="140" height="140"/>
Expand Down
6 changes: 3 additions & 3 deletions unnamed/SurveyViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleAspectFit" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="I7e-yb-WNd">
<rect key="frame" x="16" y="16" width="288" height="536"/>
<rect key="frame" x="16" y="0.0" width="288" height="568"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="I7e-yb-WNd" secondAttribute="trailing" constant="16" id="5cz-vC-k9X"/>
<constraint firstItem="I7e-yb-WNd" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="16" id="6g3-aB-sVK"/>
<constraint firstItem="I7e-yb-WNd" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="9Ae-cN-nZo"/>
<constraint firstAttribute="bottom" secondItem="I7e-yb-WNd" secondAttribute="bottom" id="BUw-ZB-bZX"/>
<constraint firstItem="I7e-yb-WNd" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="16" id="H5F-wN-VFe"/>
<constraint firstAttribute="bottom" secondItem="I7e-yb-WNd" secondAttribute="bottom" constant="16" id="scd-wv-W7r"/>
</constraints>
<point key="canvasLocation" x="-308" y="18"/>
</view>
Expand Down

0 comments on commit a8a4312

Please sign in to comment.