OONoticationSettingController.xib 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" 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="14088"/>
  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" customClass="OONoticationSettingController" customModule="O2Platform" customModuleProvider="target">
  14. <connections>
  15. <outlet property="containerView" destination="lSq-ub-a6N" id="wUQ-H6-GI1"/>
  16. <outlet property="pageControl" destination="rGo-SL-2aF" id="VhN-pl-IIk"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lSq-ub-a6N">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. </scrollView>
  28. <pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="rGo-SL-2aF">
  29. <rect key="frame" x="0.0" y="637" width="375" height="20"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="20" id="jfq-wh-M9c"/>
  32. </constraints>
  33. <color key="pageIndicatorTintColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  34. <color key="currentPageIndicatorTintColor" red="0.98431372549019602" green="0.27843137254901962" blue="0.27843137254901962" alpha="1" colorSpace="calibratedRGB"/>
  35. </pageControl>
  36. </subviews>
  37. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <constraints>
  39. <constraint firstItem="lSq-ub-a6N" firstAttribute="bottom" secondItem="fnl-2z-Ty3" secondAttribute="bottom" id="9CS-ei-3yj"/>
  40. <constraint firstItem="lSq-ub-a6N" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="GdK-Fg-kWc"/>
  41. <constraint firstItem="lSq-ub-a6N" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="JBn-v4-K8t"/>
  42. <constraint firstItem="rGo-SL-2aF" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="Mhb-8Z-0km"/>
  43. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="rGo-SL-2aF" secondAttribute="bottom" constant="10" id="Mxf-7c-cpq"/>
  44. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="rGo-SL-2aF" secondAttribute="trailing" id="YWK-Ti-Q6y"/>
  45. <constraint firstItem="lSq-ub-a6N" firstAttribute="trailing" secondItem="fnl-2z-Ty3" secondAttribute="trailing" id="jG3-zq-PIb"/>
  46. </constraints>
  47. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  48. <point key="canvasLocation" x="24.5" y="51.5"/>
  49. </view>
  50. </objects>
  51. </document>