forked from organicmaps/organicmaps
[ios] replace UIWebView with the WKWebView on OpeningHoursEditorViewController
To silent compile time warning (the UIWebView is not supported since iOS 13.0) Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
a8eb0b535f
commit
b940009b0e
1 changed files with 14 additions and 10 deletions
|
@ -536,23 +536,27 @@
|
|||
<userDefinedRuntimeAttribute type="string" keyPath="styleName" value="Background"/>
|
||||
</userDefinedRuntimeAttributes>
|
||||
</view>
|
||||
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="j5R-JF-iCs">
|
||||
<rect key="frame" x="10" y="56" width="794" height="260"/>
|
||||
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Gff-2B-vhp">
|
||||
<rect key="frame" x="10" y="54" width="373" height="260"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" priority="750" constant="260" id="sfy-fK-VSx"/>
|
||||
<constraint firstAttribute="height" priority="750" constant="260" id="NdE-kI-erk"/>
|
||||
</constraints>
|
||||
</webView>
|
||||
<wkWebViewConfiguration key="configuration">
|
||||
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
|
||||
<wkPreferences key="preferences"/>
|
||||
</wkWebViewConfiguration>
|
||||
</wkWebView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="trailing" secondItem="j5R-JF-iCs" secondAttribute="trailing" priority="500" constant="10" id="6tr-YK-3US"/>
|
||||
<constraint firstAttribute="trailing" secondItem="Gff-2B-vhp" secondAttribute="trailing" priority="500" constant="10" id="13t-sW-pT4"/>
|
||||
<constraint firstItem="Gff-2B-vhp" firstAttribute="top" secondItem="n79-h1-Nk3" secondAttribute="bottom" priority="500" constant="10" id="1MP-ab-PAd"/>
|
||||
<constraint firstItem="n79-h1-Nk3" firstAttribute="top" secondItem="85Z-MR-kUV" secondAttribute="top" id="HRF-cM-WDL"/>
|
||||
<constraint firstItem="j5R-JF-iCs" firstAttribute="top" secondItem="n79-h1-Nk3" secondAttribute="bottom" priority="500" constant="12" id="IQY-ej-OCt"/>
|
||||
<constraint firstItem="j5R-JF-iCs" firstAttribute="leading" secondItem="85Z-MR-kUV" secondAttribute="leading" priority="500" constant="10" id="Lzl-O3-Yk5"/>
|
||||
<constraint firstAttribute="bottom" secondItem="n79-h1-Nk3" secondAttribute="bottom" priority="250" id="Phh-rb-ON1"/>
|
||||
<constraint firstAttribute="bottom" secondItem="Gff-2B-vhp" secondAttribute="bottom" priority="500" constant="10" id="T2N-XG-c6X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="n79-h1-Nk3" secondAttribute="trailing" id="bIW-X8-f2u"/>
|
||||
<constraint firstAttribute="bottom" secondItem="j5R-JF-iCs" secondAttribute="bottom" priority="500" constant="12" id="wGi-Kr-Gtk"/>
|
||||
<constraint firstItem="Gff-2B-vhp" firstAttribute="leading" secondItem="85Z-MR-kUV" secondAttribute="leading" priority="500" constant="10" id="pXJ-6O-4p7"/>
|
||||
<constraint firstItem="n79-h1-Nk3" firstAttribute="leading" secondItem="85Z-MR-kUV" secondAttribute="leading" id="wd0-Vg-MJz"/>
|
||||
</constraints>
|
||||
<userDefinedRuntimeAttributes>
|
||||
|
@ -659,7 +663,7 @@
|
|||
<outlet property="exampleValuesExpandView" destination="m7d-sG-5LN" id="TTZ-yw-ImJ"/>
|
||||
<outlet property="exampleValuesSeparator" destination="Suj-t5-ZWs" id="93G-FX-98W"/>
|
||||
<outlet property="examplesButtonBottomOffset" destination="Phh-rb-ON1" id="7Wp-c1-qbc"/>
|
||||
<outlet property="help" destination="j5R-JF-iCs" id="G1H-wk-Vpb"/>
|
||||
<outlet property="help" destination="Gff-2B-vhp" id="zM3-De-Qr9"/>
|
||||
<outlet property="helpView" destination="85Z-MR-kUV" id="Rcg-KD-UIA"/>
|
||||
<outlet property="ohTextViewHeight" destination="oBv-SK-cOU" id="8yB-hb-hml"/>
|
||||
<outlet property="tableView" destination="X1H-IB-Nv1" id="9jh-Ds-VNe"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue