Skip to content

Commit d27a61b

Browse files
author
zhaoyongqiang
committed
fix xib连线丢失的问题
1 parent 1c17b0f commit d27a61b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

macOS/APIExample/Examples/Advanced/LiveStreaming/Base.lproj/LiveStreaming.storyboard

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CHW-Nt-rwI">
8282
<rect key="frame" x="5" y="8" width="27" height="14"/>
8383
<textFieldCell key="cell" lineBreakMode="clipping" title="水印" id="8YN-Yd-UZv">
84-
<font key="font" metaFont="system" size="11"/>
84+
<font key="font" metaFont="smallSystem"/>
8585
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
8686
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
8787
</textFieldCell>
@@ -110,7 +110,7 @@
110110
<rect key="frame" x="4" y="15" width="38" height="14"/>
111111
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
112112
<textFieldCell key="cell" lineBreakMode="clipping" title="大小流" id="XH3-Ib-cXr">
113-
<font key="font" metaFont="system" size="11"/>
113+
<font key="font" metaFont="smallSystem"/>
114114
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
115115
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
116116
</textFieldCell>
@@ -119,7 +119,7 @@
119119
<rect key="frame" x="3" y="3" width="54" height="11"/>
120120
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
121121
<textFieldCell key="cell" lineBreakMode="clipping" title="(默认: 大流)" id="d9V-RQ-OX6">
122-
<font key="font" metaFont="system" size="9"/>
122+
<font key="font" metaFont="miniSystem"/>
123123
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
124124
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
125125
</textFieldCell>
@@ -217,6 +217,7 @@
217217
<connections>
218218
<outlet property="Container" destination="r7G-ng-73B" id="YGH-31-sQ1"/>
219219
<outlet property="channelField" destination="cOW-S1-5WE" id="jDn-mo-xGn"/>
220+
<outlet property="dualStreamTips" destination="oWl-wl-X6G" id="5JI-gZ-cuC"/>
220221
<outlet property="joinChannelButton" destination="Wck-kx-dah" id="7Zo-gi-hFo"/>
221222
<outlet property="selectCameraPicker" destination="Wvv-X8-f7U" id="pNv-K1-sH1"/>
222223
<outlet property="selectFpsPicker" destination="jHK-UU-E1C" id="agM-jd-ePJ"/>

0 commit comments

Comments
 (0)