Skip to content

Commit

Permalink
Fixed coloring of Credits VC
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan committed May 1, 2015
1 parent cda8497 commit 5e50504
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
Binary file not shown.
23 changes: 12 additions & 11 deletions refuge-ios/refuge-ios/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="DoU-nR-cwu">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14C1514" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="DoU-nR-cwu">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
Expand Down Expand Up @@ -291,7 +292,7 @@
<viewControllerLayoutGuide type="top" id="LEb-H3-yFU"/>
<viewControllerLayoutGuide type="bottom" id="s7e-6D-mo8"/>
</layoutGuides>
<view key="view" alpha="0.80000000000000004" contentMode="scaleToFill" id="ght-5y-Dfj">
<view key="view" contentMode="scaleToFill" id="ght-5y-Dfj">
<rect key="frame" x="0.0" y="64" width="375" height="603"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -519,13 +520,6 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bcd-NL-tcl" userLabel="Social Media View">
<rect key="frame" x="16" y="555" width="343" height="32"/>
<subviews>
<imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="refuge-icon-github.png" translatesAutoresizingMaskIntoConstraints="NO" id="3Hk-62-ZPJ" userLabel="Github Image">
<rect key="frame" x="20" y="0.0" width="32" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="32" id="bUU-jS-LoY"/>
<constraint firstAttribute="width" secondItem="3Hk-62-ZPJ" secondAttribute="height" multiplier="1:1" id="qGN-LV-JhN"/>
</constraints>
</imageView>
<imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="refuge-icon-facebook.png" translatesAutoresizingMaskIntoConstraints="NO" id="Amh-Sf-qjK" userLabel="Facebook Image">
<rect key="frame" x="156" y="0.0" width="32" height="32"/>
<constraints>
Expand Down Expand Up @@ -554,6 +548,13 @@
</mask>
</variation>
</imageView>
<imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="refuge-icon-github.png" translatesAutoresizingMaskIntoConstraints="NO" id="3Hk-62-ZPJ" userLabel="Github Image">
<rect key="frame" x="0.0" y="0.0" width="32" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="32" id="bUU-jS-LoY"/>
<constraint firstAttribute="width" secondItem="3Hk-62-ZPJ" secondAttribute="height" multiplier="1:1" id="qGN-LV-JhN"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
Expand All @@ -572,7 +573,7 @@
<constraint firstItem="Amh-Sf-qjK" firstAttribute="height" secondItem="3Hk-62-ZPJ" secondAttribute="height" id="b4C-Xy-YhC"/>
<constraint firstAttribute="bottom" secondItem="3Hk-62-ZPJ" secondAttribute="bottom" id="dgL-s6-9Xo"/>
<constraint firstAttribute="trailing" secondItem="y4o-yK-m2K" secondAttribute="trailing" id="dzU-yO-era"/>
<constraint firstItem="3Hk-62-ZPJ" firstAttribute="leading" secondItem="bcd-NL-tcl" secondAttribute="leading" constant="20" symbolic="YES" id="gye-Hb-Twt"/>
<constraint firstItem="3Hk-62-ZPJ" firstAttribute="leading" secondItem="bcd-NL-tcl" secondAttribute="leading" id="gye-Hb-Twt"/>
<constraint firstItem="3Hk-62-ZPJ" firstAttribute="width" secondItem="y4o-yK-m2K" secondAttribute="width" id="h3u-L8-CqQ"/>
<constraint firstAttribute="centerY" secondItem="y4o-yK-m2K" secondAttribute="centerY" id="hEh-BZ-LFt"/>
<constraint firstAttribute="trailing" secondItem="y4o-yK-m2K" secondAttribute="trailing" id="jAp-4c-7t5"/>
Expand Down

0 comments on commit 5e50504

Please sign in to comment.