mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
40 lines
2.7 KiB
Plaintext
40 lines
2.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="j1y-V4-xli">
|
||
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
||
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||
|
</dependencies>
|
||
|
<scenes>
|
||
|
<!--Share View Controller-->
|
||
|
<scene sceneID="ceB-am-kn3">
|
||
|
<objects>
|
||
|
<viewController id="j1y-V4-xli" customClass="ShareViewController" sceneMemberID="viewController">
|
||
|
<view key="view" opaque="NO" contentMode="scaleToFill" id="wbc-yd-nQP">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||
|
<subviews>
|
||
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="xea-QC-Aqw">
|
||
|
<rect key="frame" x="197" y="443" width="20" height="20"/>
|
||
|
</activityIndicatorView>
|
||
|
</subviews>
|
||
|
<viewLayoutGuide key="safeArea" id="1Xd-am-t49"/>
|
||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||
|
<constraints>
|
||
|
<constraint firstItem="xea-QC-Aqw" firstAttribute="centerX" secondItem="1Xd-am-t49" secondAttribute="centerX" id="Al3-qb-mVX"/>
|
||
|
<constraint firstItem="xea-QC-Aqw" firstAttribute="centerY" secondItem="1Xd-am-t49" secondAttribute="centerY" id="k5g-vk-GHv"/>
|
||
|
</constraints>
|
||
|
</view>
|
||
|
<connections>
|
||
|
<outlet property="spinner" destination="xea-QC-Aqw" id="qxC-bS-d1N"/>
|
||
|
</connections>
|
||
|
</viewController>
|
||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="CEy-Cv-SGf" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||
|
</objects>
|
||
|
<point key="canvasLocation" x="139" y="101"/>
|
||
|
</scene>
|
||
|
</scenes>
|
||
|
</document>
|