Skip to content

Commit

Permalink
Update project with xcode 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaibrahim989 committed Apr 7, 2017
1 parent 245fbf6 commit 30fd8fe
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions MIBadgeButton/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14E33b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
Expand All @@ -14,44 +18,44 @@
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gfh-fY-tGI" customClass="MIBadgeButton" customModule="MIBadgeButton" customModuleProvider="target">
<rect key="frame" x="267" y="516" width="64" height="64"/>
<rect key="frame" x="154.5" y="583" width="64" height="64"/>
<constraints>
<constraint firstAttribute="width" constant="64" id="E36-WJ-hEd"/>
<constraint firstAttribute="height" constant="64" id="Mvh-h8-aXa"/>
</constraints>
<state key="normal" image="twitter">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fhS-om-uBR" customClass="MIBadgeButton" customModule="MIBadgeButton" customModuleProvider="target">
<rect key="frame" x="357" y="516" width="64" height="64"/>
<rect key="frame" x="244.5" y="583" width="64" height="64"/>
<constraints>
<constraint firstAttribute="width" constant="64" id="OgY-Nd-AqZ"/>
<constraint firstAttribute="height" constant="64" id="XE6-e9-JMA"/>
</constraints>
<state key="normal" image="pinterest">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="swift-logo-hero" translatesAutoresizingMaskIntoConstraints="NO" id="MvK-3n-Bhf">
<rect key="frame" x="0.0" y="-26" width="600" height="534"/>
<rect key="frame" x="0.0" y="41" width="375" height="534"/>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ucl-NW-9Wx" customClass="MIBadgeButton" customModule="MIBadgeButton" customModuleProvider="target">
<rect key="frame" x="179" y="516" width="64" height="64"/>
<rect key="frame" x="66.5" y="583" width="64" height="64"/>
<constraints>
<constraint firstAttribute="width" constant="64" id="IYO-df-ijC"/>
<constraint firstAttribute="height" constant="64" id="zl2-ar-HP8"/>
</constraints>
<state key="normal" image="facebook">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" red="0.5" green="0.5" blue="0.5" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="gfh-fY-tGI" firstAttribute="leading" secondItem="Ucl-NW-9Wx" secondAttribute="trailing" constant="24" id="0B8-aw-WjT"/>
<constraint firstItem="Ucl-NW-9Wx" firstAttribute="height" secondItem="fhS-om-uBR" secondAttribute="height" id="3HC-iL-hB6"/>
Expand Down

0 comments on commit 30fd8fe

Please sign in to comment.