Skip to content

Instantly share code, notes, and snippets.

@chrismaddern
Created September 28, 2014 23:26
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 chrismaddern/27a4a658cea90aa8b30d to your computer and use it in GitHub Desktop.
Save chrismaddern/27a4a658cea90aa8b30d to your computer and use it in GitHub Desktop.
Storyboard Reduction
<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