Skip to content

Commit

Permalink
Fix settings view bar colors on iPad with iOS 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Nov 15, 2014
1 parent f4ade3b commit 24f4d82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Suitcase/MainStoryboard_iPad.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6250" systemVersion="14B23" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="5">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14B23" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="5">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6246"/>
</dependencies>
<scenes>
<!--Navigation Controller-->
Expand Down Expand Up @@ -668,13 +668,13 @@ http://steamcommunity.com/profile/{Profile ID}
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" barStyle="black" translucent="NO" id="TrL-Cu-4mL">
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="barTintColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
<color key="barTintColor" red="0.49019610879999997" green="0.5647059083" blue="0.64705884459999996" alpha="1" colorSpace="deviceRGB"/>
</navigationBar>
<toolbar key="toolbar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" barStyle="black" translucent="NO" id="Kxh-12-jYY">
<rect key="frame" x="0.0" y="576" width="540" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="barTintColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
<color key="barTintColor" red="0.49019610879999997" green="0.5647059083" blue="0.64705884459999996" alpha="1" colorSpace="deviceRGB"/>
</toolbar>
<connections>
<segue destination="Men-12-BBe" kind="relationship" relationship="rootViewController" id="teF-SL-Csy"/>
Expand Down

0 comments on commit 24f4d82

Please sign in to comment.