Проверка шаблона шины для iOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

46 行
3.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--View Controller-->
  14. <scene sceneID="EHf-IW-A2E">
  15. <objects>
  16. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="siri.png" translatesAutoresizingMaskIntoConstraints="NO" id="2aM-Bp-fMA">
  22. <rect key="frame" x="94" y="250" width="187.5" height="187.5"/>
  23. <constraints>
  24. <constraint firstAttribute="width" secondItem="2aM-Bp-fMA" secondAttribute="height" id="TpA-wK-1Tk"/>
  25. </constraints>
  26. </imageView>
  27. </subviews>
  28. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <constraints>
  30. <constraint firstItem="2aM-Bp-fMA" firstAttribute="width" secondItem="Bcu-3y-fUS" secondAttribute="width" multiplier="0.5" id="LBH-Dd-YF4"/>
  31. <constraint firstItem="2aM-Bp-fMA" firstAttribute="centerY" secondItem="Bcu-3y-fUS" secondAttribute="centerY" id="lIY-8P-3V8"/>
  32. <constraint firstItem="2aM-Bp-fMA" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="yLK-Wg-VSM"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  35. </view>
  36. </viewController>
  37. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  38. </objects>
  39. <point key="canvasLocation" x="52" y="374.66266866566718"/>
  40. </scene>
  41. </scenes>
  42. <resources>
  43. <image name="siri.png" width="706" height="706"/>
  44. </resources>
  45. </document>