Merge pull request #47 from igrechuhin/ig-master

[ios] Changed initial color to map background color.
This commit is contained in:
Vlad Mihaylenko 2015-09-28 18:40:11 +03:00
commit cec7725fca

View file

@ -16,7 +16,7 @@
<view key="view" clearsContextBeforeDrawing="NO" multipleTouchEnabled="YES" contentMode="scaleToFill" id="USG-6L-Uhw" customClass="EAGLView">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.80000000000000004" alpha="1" colorSpace="calibratedRGB"/>
</view>
<navigationItem key="navigationItem" id="8E8-0f-UV9"/>
</viewController>