[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
4.3 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  8. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AlertView" customModule="elpha_ios" customModuleProvider="target">
  13. <connections>
  14. <outlet property="alertImageView" destination="clq-3k-X29" id="hQ3-B2-ZSk"/>
  15. <outlet property="alertLabel" destination="uLF-4h-Bxo" id="6uf-1f-pS2"/>
  16. <outlet property="contentView" destination="iN0-l3-epB" id="COo-K8-7Wi"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view contentMode="scaleToFill" id="iN0-l3-epB">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="180"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Message" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uLF-4h-Bxo">
  25. <rect key="frame" x="45" y="8" width="322" height="164"/>
  26. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  27. <color key="textColor" red="0.090196078430000007" green="0.047058823530000002" blue="0.28627450980000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="clq-3k-X29">
  31. <rect key="frame" x="10" y="80" width="25" height="20"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="25" id="GaN-Tw-djA"/>
  34. <constraint firstAttribute="height" constant="20" id="zWc-Bw-7lB"/>
  35. </constraints>
  36. </imageView>
  37. </subviews>
  38. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <constraints>
  40. <constraint firstItem="clq-3k-X29" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="10" id="5fg-xq-NZI"/>
  41. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="uLF-4h-Bxo" secondAttribute="trailing" constant="8" id="UuS-UO-ukK"/>
  42. <constraint firstItem="uLF-4h-Bxo" firstAttribute="leading" secondItem="clq-3k-X29" secondAttribute="trailing" constant="10" id="hOP-eE-NMl"/>
  43. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="uLF-4h-Bxo" secondAttribute="bottom" constant="8" id="jsf-8G-7WU"/>
  44. <constraint firstItem="clq-3k-X29" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="r75-vt-dSG"/>
  45. <constraint firstItem="uLF-4h-Bxo" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="8" id="woC-wL-9Qs"/>
  46. </constraints>
  47. <nil key="simulatedTopBarMetrics"/>
  48. <nil key="simulatedBottomBarMetrics"/>
  49. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  50. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  51. <point key="canvasLocation" x="-574" y="-232"/>
  52. </view>
  53. </objects>
  54. </document>