damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

Launch.storyboard (4357B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
      3     <device id="retina6_12" orientation="portrait" appearance="light"/>
      4     <dependencies>
      5         <deployment identifier="iOS"/>
      6         <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
      7         <capability name="Safe area layout guides" minToolsVersion="9.0"/>
      8         <capability name="System colors in document resources" minToolsVersion="11.0"/>
      9         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     10     </dependencies>
     11     <scenes>
     12         <!--View Controller-->
     13         <scene sceneID="s0d-6b-0kx">
     14             <objects>
     15                 <viewController id="Y6W-OH-hqX" sceneMemberID="viewController">
     16                     <view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
     17                         <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
     18                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
     19                         <subviews>
     20                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gradient" translatesAutoresizingMaskIntoConstraints="NO" id="zoF-av-bOb">
     21                                 <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
     22                             </imageView>
     23                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="damus-home" translatesAutoresizingMaskIntoConstraints="NO" id="LOu-EK-R9r">
     24                                 <rect key="frame" x="153.66666666666666" y="383" width="86" height="86"/>
     25                                 <constraints>
     26                                     <constraint firstAttribute="height" constant="86" id="KmA-28-Ngq"/>
     27                                     <constraint firstAttribute="width" constant="86" id="ShD-nJ-gt9"/>
     28                                 </constraints>
     29                             </imageView>
     30                         </subviews>
     31                         <viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
     32                         <color key="backgroundColor" systemColor="systemPurpleColor"/>
     33                         <constraints>
     34                             <constraint firstItem="LOu-EK-R9r" firstAttribute="centerY" secondItem="5EZ-qb-Rvc" secondAttribute="centerY" id="Y10-Wq-VOp"/>
     35                             <constraint firstItem="zoF-av-bOb" firstAttribute="top" secondItem="5EZ-qb-Rvc" secondAttribute="top" id="Y5l-Ax-ViU"/>
     36                             <constraint firstItem="zoF-av-bOb" firstAttribute="leading" secondItem="5EZ-qb-Rvc" secondAttribute="leading" id="bvq-6J-kYc"/>
     37                             <constraint firstAttribute="bottom" secondItem="zoF-av-bOb" secondAttribute="bottom" id="dfj-BJ-nxB"/>
     38                             <constraint firstItem="LOu-EK-R9r" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="mtD-6Q-d3P"/>
     39                             <constraint firstAttribute="right" secondItem="zoF-av-bOb" secondAttribute="right" id="xQW-SS-8nb"/>
     40                         </constraints>
     41                     </view>
     42                 </viewController>
     43                 <placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
     44             </objects>
     45             <point key="canvasLocation" x="-106.10687022900763" y="-29.577464788732396"/>
     46         </scene>
     47     </scenes>
     48     <resources>
     49         <image name="damus-home" width="43.333332061767578" height="43.333332061767578"/>
     50         <image name="gradient" width="1125" height="2400"/>
     51         <systemColor name="systemPurpleColor">
     52             <color red="0.68627450980392157" green="0.32156862745098042" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
     53         </systemColor>
     54     </resources>
     55 </document>