This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoadMoreCell.xib
More file actions
55 lines (55 loc) · 3.97 KB
/
LoadMoreCell.xib
File metadata and controls
55 lines (55 loc) · 3.97 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
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LoadMoreCell" customModule="GithubIssues" customModuleProvider="target">
<connections>
<outlet property="activityIndicatorView" destination="iw3-O0-szK" id="gBa-EJ-3vG"/>
<outlet property="doneView" destination="CIm-Pn-mMK" id="sfo-IX-N2y"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="A5k-ei-qsz">
<rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="iw3-O0-szK">
<rect key="frame" x="169" y="6.5" width="37" height="37"/>
<color key="color" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</activityIndicatorView>
<view hidden="YES" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CIm-Pn-mMK">
<rect key="frame" x="182.5" y="20" width="10" height="10"/>
<color key="backgroundColor" red="0.53333333329999999" green="0.53333333329999999" blue="0.53333333329999999" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="10" id="KzI-wr-h1Y"/>
<constraint firstAttribute="width" constant="10" id="xEU-SZ-CFy"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="5"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="CIm-Pn-mMK" firstAttribute="centerX" secondItem="A5k-ei-qsz" secondAttribute="centerX" id="6pQ-ch-ZDY"/>
<constraint firstItem="iw3-O0-szK" firstAttribute="centerY" secondItem="A5k-ei-qsz" secondAttribute="centerY" id="BsU-jv-DtJ"/>
<constraint firstItem="CIm-Pn-mMK" firstAttribute="centerY" secondItem="A5k-ei-qsz" secondAttribute="centerY" id="bIQ-LA-5h9"/>
<constraint firstItem="iw3-O0-szK" firstAttribute="centerX" secondItem="A5k-ei-qsz" secondAttribute="centerX" id="eju-Qr-zVN"/>
</constraints>
<nil key="simulatedTopBarMetrics"/>
<nil key="simulatedBottomBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<viewLayoutGuide key="safeArea" id="Pa6-Tq-eoh"/>
</view>
</objects>
</document>