ShareCodeView.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  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. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="ShareCodeView" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="280" height="302"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="yinyingkuai" translatesAutoresizingMaskIntoConstraints="NO" id="2Xk-rU-Ybz">
  20. <rect key="frame" x="0.0" y="0.0" width="280" height="302"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES"/>
  22. </imageView>
  23. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nb4-PS-Ydg">
  24. <rect key="frame" x="65" y="248" width="150" height="36"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  26. <color key="backgroundColor" red="0.13725490196078433" green="0.59999999999999998" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  28. <state key="normal" title="保存二维码到相册">
  29. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. </state>
  31. <connections>
  32. <action selector="btnSaveClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="QGy-fa-LpV"/>
  33. </connections>
  34. </button>
  35. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="p0Y-Gz-LEk">
  36. <rect key="frame" x="40" y="33" width="200" height="200"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  38. </imageView>
  39. </subviews>
  40. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  42. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  43. <connections>
  44. <outlet property="btnSave" destination="nb4-PS-Ydg" id="REq-Qp-LB4"/>
  45. <outlet property="imgView" destination="p0Y-Gz-LEk" id="e9b-0o-hb4"/>
  46. </connections>
  47. <point key="canvasLocation" x="-714" y="13"/>
  48. </view>
  49. </objects>
  50. <resources>
  51. <image name="yinyingkuai" width="1074" height="1295"/>
  52. </resources>
  53. </document>