Skip to content

Commit

Permalink
Fix navbar flickering
Browse files Browse the repository at this point in the history
Close #26
  • Loading branch information
marvin-yorke committed Mar 30, 2015
1 parent ff7fb83 commit 9ec7506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metro4all-ios/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<objects>
<tableViewController storyboardIdentifier="MFA_stationsListViewController" id="LgO-fd-wtB" customClass="MFAStationsListViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="0xW-Pz-fI1">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<rect key="frame" x="0.0" y="0.0" width="320" height="504"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<searchBar key="tableHeaderView" contentMode="redraw" id="z0a-bo-UIV">
Expand Down Expand Up @@ -168,6 +168,7 @@
<outlet property="delegate" destination="LgO-fd-wtB" id="wkO-5B-0Oz"/>
</connections>
</tableView>
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
<connections>
Expand Down

0 comments on commit 9ec7506

Please sign in to comment.