forked from kostub/iosMath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathView.xib
More file actions
136 lines (136 loc) · 12.6 KB
/
View.xib
File metadata and controls
136 lines (136 loc) · 12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController">
<connections>
<outlet property="colorField" destination="1HJ-UO-PhD" id="Fc8-fs-Eyn"/>
<outlet property="fontField" destination="1Dd-7L-RPK" id="zcS-qn-nUV"/>
<outlet property="latexField" destination="j6C-0z-6Qw" id="9Z1-DX-MjR"/>
<outlet property="mathLabel" destination="jao-lN-IEn" id="egL-zv-PTj"/>
<outlet property="scrollView" destination="wDa-bp-SwP" id="6da-gg-PFq"/>
<outlet property="view" destination="iN0-l3-epB" id="eWW-zj-uRT"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TgX-F7-Ft9" userLabel="Fonts">
<rect key="frame" x="0.0" y="20" width="320" height="55"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Font" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jX6-20-7Ej" userLabel="Font">
<rect key="frame" x="20" y="17" width="35" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Select Font" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="1Dd-7L-RPK">
<rect key="frame" x="75" y="10" width="150" height="35"/>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="CyA-dv-DuT"/>
<constraint firstAttribute="height" constant="35" id="g0P-wJ-SDj"/>
</constraints>
<color key="textColor" white="0.10119452957923596" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="1HJ-UO-PhD">
<rect key="frame" x="245" y="10" width="35" height="35"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<color key="tintColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="width" constant="35" id="9kP-ld-Bc3"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rTW-h3-GpQ" userLabel="Line">
<rect key="frame" x="0.0" y="54" width="320" height="1"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="yo8-sD-iel"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="1HJ-UO-PhD" firstAttribute="leading" secondItem="1Dd-7L-RPK" secondAttribute="trailing" constant="20" id="0Rl-Fc-egH"/>
<constraint firstItem="1Dd-7L-RPK" firstAttribute="centerY" secondItem="jX6-20-7Ej" secondAttribute="centerY" id="8v1-zn-J5U"/>
<constraint firstAttribute="bottom" secondItem="rTW-h3-GpQ" secondAttribute="bottom" id="UrJ-3Q-LUk"/>
<constraint firstAttribute="trailing" secondItem="rTW-h3-GpQ" secondAttribute="trailing" id="V4c-mL-jDf"/>
<constraint firstItem="jX6-20-7Ej" firstAttribute="leading" secondItem="TgX-F7-Ft9" secondAttribute="leading" constant="20" id="ZaS-xG-iMP"/>
<constraint firstItem="1Dd-7L-RPK" firstAttribute="leading" secondItem="jX6-20-7Ej" secondAttribute="trailing" constant="20" id="irc-C9-y2q"/>
<constraint firstItem="1Dd-7L-RPK" firstAttribute="top" secondItem="TgX-F7-Ft9" secondAttribute="top" constant="10" id="k2c-EJ-vB4"/>
<constraint firstItem="rTW-h3-GpQ" firstAttribute="leading" secondItem="TgX-F7-Ft9" secondAttribute="leading" id="kM0-FE-TvF"/>
<constraint firstAttribute="bottom" secondItem="1Dd-7L-RPK" secondAttribute="bottom" constant="10" id="nVe-HW-eXq"/>
<constraint firstItem="1HJ-UO-PhD" firstAttribute="centerY" secondItem="1Dd-7L-RPK" secondAttribute="centerY" id="qhW-hf-7c8"/>
<constraint firstItem="1HJ-UO-PhD" firstAttribute="height" secondItem="1Dd-7L-RPK" secondAttribute="height" id="xuW-a9-O1y"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IrN-GL-LDP" userLabel="Render">
<rect key="frame" x="0.0" y="75" width="320" height="135"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter Latex" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="j6C-0z-6Qw">
<rect key="frame" x="20" y="10" width="280" height="35"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="dAK-7d-pE1"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jao-lN-IEn" customClass="MTMathUILabel">
<rect key="frame" x="10" y="65" width="300" height="60"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="60" id="PuX-Tv-Qad"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QuP-Xq-lLY" userLabel="Line">
<rect key="frame" x="0.0" y="134" width="320" height="1"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="aT7-4u-UkV"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="jao-lN-IEn" firstAttribute="leading" secondItem="IrN-GL-LDP" secondAttribute="leading" constant="10" id="Idv-9Z-Ezx"/>
<constraint firstItem="j6C-0z-6Qw" firstAttribute="leading" secondItem="IrN-GL-LDP" secondAttribute="leading" constant="20" id="L9y-4K-jzh"/>
<constraint firstAttribute="trailing" secondItem="jao-lN-IEn" secondAttribute="trailing" constant="10" id="TIp-bA-ooh"/>
<constraint firstItem="QuP-Xq-lLY" firstAttribute="leading" secondItem="IrN-GL-LDP" secondAttribute="leading" id="a2Q-Qk-xO8"/>
<constraint firstAttribute="bottom" secondItem="jao-lN-IEn" secondAttribute="bottom" constant="10" id="fek-2u-ET0"/>
<constraint firstItem="jao-lN-IEn" firstAttribute="top" secondItem="j6C-0z-6Qw" secondAttribute="bottom" constant="20" id="g8G-QF-JEO"/>
<constraint firstAttribute="bottom" secondItem="QuP-Xq-lLY" secondAttribute="bottom" id="lLf-B5-26y"/>
<constraint firstAttribute="trailing" secondItem="QuP-Xq-lLY" secondAttribute="trailing" id="n6S-PX-TUJ"/>
<constraint firstAttribute="trailing" secondItem="j6C-0z-6Qw" secondAttribute="trailing" constant="20" id="q73-wn-i09"/>
<constraint firstItem="j6C-0z-6Qw" firstAttribute="top" secondItem="IrN-GL-LDP" secondAttribute="top" constant="10" id="rsO-z0-LyN"/>
</constraints>
</view>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wDa-bp-SwP">
<rect key="frame" x="0.0" y="210" width="320" height="358"/>
</scrollView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="IrN-GL-LDP" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="BtD-OF-svA"/>
<constraint firstAttribute="trailing" secondItem="wDa-bp-SwP" secondAttribute="trailing" id="C0m-0B-cv0"/>
<constraint firstItem="wDa-bp-SwP" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="CIa-NN-LQQ"/>
<constraint firstItem="TgX-F7-Ft9" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="20" id="Fis-nP-0AJ"/>
<constraint firstItem="wDa-bp-SwP" firstAttribute="top" secondItem="IrN-GL-LDP" secondAttribute="bottom" id="UhX-jz-ncx"/>
<constraint firstAttribute="trailing" secondItem="TgX-F7-Ft9" secondAttribute="trailing" id="mVc-5a-nR7"/>
<constraint firstAttribute="bottom" secondItem="wDa-bp-SwP" secondAttribute="bottom" id="oV2-Lm-VPv"/>
<constraint firstItem="TgX-F7-Ft9" firstAttribute="bottom" secondItem="IrN-GL-LDP" secondAttribute="top" id="tZ2-Dz-qHR"/>
<constraint firstItem="TgX-F7-Ft9" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="wNT-dG-ZpS"/>
<constraint firstAttribute="trailing" secondItem="IrN-GL-LDP" secondAttribute="trailing" id="zGC-B7-bov"/>
</constraints>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
<point key="canvasLocation" x="340" y="122"/>
</view>
</objects>
</document>