Skip to content

Instantly share code, notes, and snippets.

@alanmcgovern
Created March 12, 2013 13:30
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 alanmcgovern/5142867 to your computer and use it in GitHub Desktop.
Save alanmcgovern/5142867 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-16" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="1.1" toolsVersion="2182" systemVersion="11D50b" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="1">
<dependencies>
<development defaultVersion="4200" identifier="xcode" />
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="933" />
</dependencies>
<scenes>
<scene sceneID="0">
<objects>
<viewController id="1" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="2">
<rect key="frame" x="0" y="20" width="320" height="460" />
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES" />
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite" />
<subviews>
<searchBar contentMode="redraw" id="5">
<rect key="frame" x="0" y="0" width="320" height="44" />
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES" />
<textInputTraits key="textInputTraits" />
<connections>
<outlet property="delegate" destination="1" id="6" />
</connections>
</searchBar>
</subviews>
</view>
<connections>
<outlet property="searchDisplayController" destination="8" id="7" />
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3" userLabel="First Responder" sceneMemberID="firstResponder" />
<searchDisplayController id="8">
<connections>
<outlet property="delegate" destination="1" id="9" />
<outlet property="searchBar" destination="5" id="10" />
<outlet property="searchContentsController" destination="1" id="11" />
<outlet property="searchResultsDataSource" destination="1" id="12" />
<outlet property="searchResultsDelegate" destination="1" id="13" />
</connections>
</searchDisplayController>
</objects>
<point key="canvasLocation" x="-51" y="-115" />
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar" />
<simulatedOrientationMetrics key="orientation" />
<simulatedScreenMetrics key="destination" />
</simulatedMetricsContainer>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment