Skip to content

Commit 28b3cd7

Browse files
Connect controls to their accessibility title elements
1 parent f7bb430 commit 28b3cd7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

BuildSettingExtractor/Preferences/Base.lproj/Preferences.storyboard

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
8787
</tableHeaderCell>
8888
<textFieldCell key="dataCell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="izn-pK-Cyy">
89-
<font key="font" metaFont="message" size="11"/>
89+
<font key="font" metaFont="menu" size="11"/>
9090
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
9191
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
9292
</textFieldCell>
@@ -103,7 +103,7 @@
103103
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="gz0-HR-Vz6">
104104
<rect key="frame" x="22" y="3" width="241" height="14"/>
105105
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="V1I-73-dY2">
106-
<font key="font" metaFont="message" size="11"/>
106+
<font key="font" metaFont="menu" size="11"/>
107107
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
108108
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
109109
</textFieldCell>
@@ -126,6 +126,7 @@
126126
</tableColumn>
127127
</tableColumns>
128128
<connections>
129+
<accessibilityConnection property="title" destination="Viy-Vf-Vcr" id="I8h-Zt-vfF"/>
129130
<outlet property="dataSource" destination="mVV-zB-t1f" id="qUJ-dY-z0B"/>
130131
<outlet property="delegate" destination="mVV-zB-t1f" id="KMK-fi-yET"/>
131132
</connections>
@@ -203,6 +204,7 @@
203204
</connections>
204205
</textFieldCell>
205206
<connections>
207+
<accessibilityConnection property="title" destination="coG-6B-ZVS" id="H6t-xY-4qT"/>
206208
<binding destination="FdP-VK-zkk" name="value" keyPath="values.TPSOutputFileNameProject" id="cDw-RG-uUD">
207209
<dictionary key="options">
208210
<bool key="NSContinuouslyUpdatesValue" value="YES"/>
@@ -235,6 +237,7 @@
235237
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
236238
</textFieldCell>
237239
<connections>
240+
<accessibilityConnection property="title" destination="9ya-6K-r0m" id="0er-8y-h2g"/>
238241
<binding destination="FdP-VK-zkk" name="value" keyPath="values.TPSOutputFileNameShared" id="Kmq-xE-dHS">
239242
<dictionary key="options">
240243
<bool key="NSContinuouslyUpdatesValue" value="YES"/>
@@ -267,6 +270,7 @@
267270
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
268271
</textFieldCell>
269272
<connections>
273+
<accessibilityConnection property="title" destination="ApD-gw-uD5" id="YUV-Fq-B5t"/>
270274
<binding destination="FdP-VK-zkk" name="value" keyPath="values.TPSOutputFileNameSeparator" id="aYr-Nd-jpu">
271275
<dictionary key="options">
272276
<bool key="NSContinuouslyUpdatesValue" value="YES"/>
@@ -364,6 +368,7 @@
364368
</objectValues>
365369
</comboBoxCell>
366370
<connections>
371+
<accessibilityConnection property="title" destination="r8S-QW-u7V" id="XcD-Ue-oPz"/>
367372
<binding destination="FdP-VK-zkk" name="value" keyPath="values.TPSDestinationFolderName" id="AsD-kr-Xii"/>
368373
</connections>
369374
</comboBox>
@@ -513,6 +518,7 @@
513518
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
514519
</textFieldCell>
515520
<connections>
521+
<accessibilityConnection property="title" destination="MKY-la-XH1" id="W0V-Pb-lLb"/>
516522
<action selector="lineSpacingTextFieldChanged:" target="OJf-1a-TqC" id="bAA-ME-Xqx"/>
517523
<outlet property="delegate" destination="OJf-1a-TqC" id="41P-OH-0CJ"/>
518524
</connections>
@@ -521,6 +527,7 @@
521527
<rect key="frame" x="31" y="-3" width="19" height="28"/>
522528
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="999" id="Z61-Eh-H52"/>
523529
<connections>
530+
<accessibilityConnection property="title" destination="MKY-la-XH1" id="Ngr-hE-1lo"/>
524531
<action selector="lineSpacingStepperChanged:" target="OJf-1a-TqC" id="rXj-cd-lsA"/>
525532
</connections>
526533
</stepper>
@@ -593,6 +600,9 @@
593600
</fragment>
594601
</attributedString>
595602
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
603+
<connections>
604+
<accessibilityConnection property="title" destination="FSY-Nv-PJd" id="Jqt-cr-L71"/>
605+
</connections>
596606
</textView>
597607
</subviews>
598608
</clipView>

0 commit comments

Comments
 (0)