Created
September 28, 2014 23:26
-
-
Save chrismaddern/27a4a658cea90aa8b30d to your computer and use it in GitHub Desktop.
Storyboard Reduction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<view key="view"> | |
<subviews> | |
<mapView mapType="standard" showsUserLocation="YES" showsBuildings="NO" /> | |
<button opaque="NO" contentMode="scaleAspectFill"> | |
<rect key="frame" x="10" y="30" width="40" height="40"/> | |
</button> | |
<view clipsSubviews="YES" contentMode="scaleToFill"> | |
<rect key="frame" x="0.0" y="414" width="320" height="100"/> | |
<subviews> | |
<collectionView opaque="NO"> | |
<collectionViewLayout key="collectionViewLayout" id="8m2-5S-iTN" customClass="UBRProductFlowLayout"/> | |
<cells/> | |
</collectionView> | |
</subviews> | |
</view> | |
</subviews> | |
</view> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment