WLNativeAdCollectionViewCell.xib
3.26 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="adItem" id="9Rt-2X-RuJ" customClass="WLNativeAdCollectionViewCell">
<rect key="frame" x="0.0" y="0.0" width="200" height="150"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="200" height="150"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lL4-lm-ZmW">
<rect key="frame" x="0.0" y="0.0" width="200" height="150"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="delegate" destination="9Rt-2X-RuJ" id="Uuz-NA-aUA"/>
</connections>
</webView>
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="Nce-1c-FOV">
<rect key="frame" x="90" y="65" width="20" height="20"/>
</activityIndicatorView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstItem="lL4-lm-ZmW" firstAttribute="leading" secondItem="9Rt-2X-RuJ" secondAttribute="leading" id="FW4-bb-qnx"/>
<constraint firstAttribute="bottom" secondItem="lL4-lm-ZmW" secondAttribute="bottom" id="PZx-BK-Wud"/>
<constraint firstItem="lL4-lm-ZmW" firstAttribute="top" secondItem="9Rt-2X-RuJ" secondAttribute="top" id="Uw3-Vz-gUN"/>
<constraint firstAttribute="trailing" secondItem="lL4-lm-ZmW" secondAttribute="trailing" id="bb8-0l-EBV"/>
</constraints>
<size key="customSize" width="50" height="205"/>
<connections>
<outlet property="activityIndicator" destination="Nce-1c-FOV" id="JRg-6f-bVF"/>
<outlet property="webView" destination="lL4-lm-ZmW" id="yFg-tC-eyH"/>
</connections>
<point key="canvasLocation" x="186" y="127"/>
</collectionViewCell>
</objects>
</document>