color gradient

This commit is contained in:
Joerg Platte 2013-02-12 07:40:49 +01:00
parent d2d72ea07c
commit 8571409f5b
2 changed files with 17 additions and 18 deletions

View file

@ -126,7 +126,7 @@
}
{
UIColor* col1 = BUSCHJAEGER_GREEN_COLOR;
UIColor* col2 = BUSCHJAEGER_GREEN_COLOR;
UIColor* col2 = BUSCHJAEGER_GREEN_COLOR2;
[self.takeCallButton.imageView setContentMode:UIViewContentModeScaleAspectFit];
[BuschJaegerUtils createBuschJaegerButton:takeCallButton];
[BuschJaegerUtils createGradientForButton:takeCallButton withTopColor:col1 bottomColor:col2];

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1536</int>
<string key="IBDocument.SystemVersion">11G63</string>
<string key="IBDocument.InterfaceBuilderVersion">2840</string>
<string key="IBDocument.AppKitVersion">1138.51</string>
<string key="IBDocument.HIToolboxVersion">569.00</string>
<int key="IBDocument.SystemTarget">1552</int>
<string key="IBDocument.SystemVersion">12C60</string>
<string key="IBDocument.InterfaceBuilderVersion">3084</string>
<string key="IBDocument.AppKitVersion">1187.34</string>
<string key="IBDocument.HIToolboxVersion">625.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">1926</string>
<string key="NS.object.0">2083</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBProxyObject</string>
@ -65,7 +65,7 @@
<object class="IBUIButton" id="317702958">
<reference key="NSNextResponder" ref="191373211"/>
<int key="NSvFlags">289</int>
<string key="NSFrame">{{266, 20}, {34, 34}}</string>
<string key="NSFrame">{{266, 35}, {34, 34}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="903884486"/>
@ -190,7 +190,6 @@
<string key="NSFrame">{{207, 0}, {73, 58}}</string>
<reference key="NSSuperview" ref="903884486"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:225</string>
<reference key="IBUIBackgroundColor" ref="666829842"/>
<bool key="IBUIOpaque">NO</bool>
@ -747,22 +746,22 @@
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
<real value="1536" key="NS.object.0"/>
<real value="1552" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="bj_decline.png">{160, 98}</string>
<string key="bj_door.png">{160, 98}</string>
<string key="bj_end_call.png">{160, 98}</string>
<string key="bj_decline.png">{100, 61}</string>
<string key="bj_door.png">{100, 61}</string>
<string key="bj_end_call.png">{100, 61}</string>
<string key="bj_glow.png">{116, 86}</string>
<string key="bj_light.png">{160, 98}</string>
<string key="bj_mute_off.png">{160, 98}</string>
<string key="bj_mute_on.png">{160, 98}</string>
<string key="bj_start_call.png">{136, 83}</string>
<string key="bj_light.png">{100, 61}</string>
<string key="bj_mute_off.png">{100, 61}</string>
<string key="bj_mute_on.png">{100, 61}</string>
<string key="bj_start_call.png">{100, 61}</string>
<string key="icon5.png">{16, 16}</string>
<string key="snapshot.png">{44, 34}</string>
</dictionary>
<string key="IBCocoaTouchPluginVersion">1926</string>
<string key="IBCocoaTouchPluginVersion">2083</string>
</data>
</archive>