mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-19 23:30:42 +08:00
55 lines
3.7 KiB
XML
55 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="ScrollViewController">
|
|
<connections>
|
|
<outlet property="collectionView" destination="ogM-uZ-bd2" id="KGM-OB-i3t"/>
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<customView id="Hz6-mo-xeY">
|
|
<rect key="frame" x="0.0" y="0.0" width="597" height="488"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="CVA-mr-GZz">
|
|
<rect key="frame" x="0.0" y="0.0" width="597" height="488"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="BlF-Pn-SSe">
|
|
<rect key="frame" x="0.0" y="0.0" width="597" height="488"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<collectionView id="ogM-uZ-bd2">
|
|
<rect key="frame" x="0.0" y="0.0" width="597" height="488"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="hTh-pm-rIJ">
|
|
<size key="itemSize" width="50" height="50"/>
|
|
</collectionViewFlowLayout>
|
|
<color key="primaryBackgroundColor" white="1" alpha="0.0" colorSpace="deviceWhite"/>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-2" id="SHw-gT-fSR"/>
|
|
<outlet property="delegate" destination="-2" id="1bf-S7-Ti5"/>
|
|
</connections>
|
|
</collectionView>
|
|
</subviews>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="yCF-P6-I1S">
|
|
<rect key="frame" x="1" y="144" width="233" height="15"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="BD2-zt-Lum">
|
|
<rect key="frame" x="234" y="1" width="15" height="143"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
</scrollView>
|
|
</subviews>
|
|
<point key="canvasLocation" x="231.5" y="310"/>
|
|
</customView>
|
|
</objects>
|
|
</document>
|