Skip to content

Instantly share code, notes, and snippets.

@Ibrahimhass
Last active April 20, 2022 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibrahimhass/3129de93e654ac187ef15f354e90b7ae to your computer and use it in GitHub Desktop.
Save Ibrahimhass/3129de93e654ac187ef15f354e90b7ae to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="XUn-vO-3nM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="0NT-fZ-whW">
<objects>
<viewController id="XUn-vO-3nM" customClass="ViewController" customModule="ListDemo" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="fvr-Km-eKb">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="0mT-Vq-BC5">
<rect key="frame" x="0.0" y="44" width="414" height="818"/>
<subviews>
<wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JkK-fE-EZ7">
<rect key="frame" x="0.0" y="0.0" width="414" height="818"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<wkWebViewConfiguration key="configuration" allowsInlineMediaPlayback="YES">
<dataDetectorTypes key="dataDetectorTypes" none="YES"/>
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" audio="YES" video="YES"/>
<wkPreferences key="preferences" javaScriptCanOpenWindowsAutomatically="YES" minimumFontSize="20"/>
</wkWebViewConfiguration>
</wkWebView>
<wkWebView hidden="YES" contentMode="scaleToFill" allowsBackForwardNavigationGestures="YES" customUserAgent="user agent" translatesAutoresizingMaskIntoConstraints="NO" id="g0D-Bg-G8I">
<rect key="frame" x="0.0" y="0.0" width="414" height="0.0"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<wkWebViewConfiguration key="configuration" suppressesIncrementalRendering="YES">
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
<wkPreferences key="preferences"/>
</wkWebViewConfiguration>
</wkWebView>
</subviews>
</stackView>
</subviews>
<viewLayoutGuide key="safeArea" id="kHS-zC-gpJ"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="kHS-zC-gpJ" firstAttribute="bottom" secondItem="0mT-Vq-BC5" secondAttribute="bottom" id="EWM-0G-2Qa"/>
<constraint firstItem="0mT-Vq-BC5" firstAttribute="top" secondItem="kHS-zC-gpJ" secondAttribute="top" id="Yb2-US-7yl"/>
<constraint firstItem="0mT-Vq-BC5" firstAttribute="leading" secondItem="kHS-zC-gpJ" secondAttribute="leading" id="nKZ-8K-SyB"/>
<constraint firstItem="kHS-zC-gpJ" firstAttribute="trailing" secondItem="0mT-Vq-BC5" secondAttribute="trailing" id="svR-Qe-B78"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="V10-RU-1oE" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2772" y="-77"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment