diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-04 21:29:35 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2013-02-04 21:29:35 +0100 |
commit | fcc1d6a36d21ab97edf5e9822296e99d77bc4b0c (patch) | |
tree | 1b48141157394ddc93b3ec9af7f4c4f9ae7f25f6 /iBean/iBean | |
parent | 4464bd01c7f164a17d3e9b2c7aa9dea89946c9d1 (diff) | |
download | iBean-fcc1d6a36d21ab97edf5e9822296e99d77bc4b0c.tar.gz iBean-fcc1d6a36d21ab97edf5e9822296e99d77bc4b0c.zip |
Initial color scheme (no graphics) + bug fix (active timer view change).
Diffstat (limited to 'iBean/iBean')
-rw-r--r-- | iBean/iBean/.DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | iBean/iBean/BeanCollectionBeanListViewController.m | 6 | ||||
-rw-r--r-- | iBean/iBean/BeanCollectionExtractionViewController.m | 6 | ||||
-rw-r--r-- | iBean/iBean/BeanCollectionListViewController.m | 6 | ||||
-rw-r--r-- | iBean/iBean/InstantExtractionViewController.m | 6 | ||||
-rw-r--r-- | iBean/iBean/SettingsViewController.h | 1 | ||||
-rw-r--r-- | iBean/iBean/ThresholdListViewController.m | 6 | ||||
-rw-r--r-- | iBean/iBean/UIColor+Extra.h | 16 | ||||
-rw-r--r-- | iBean/iBean/UIColor+Extra.m | 28 | ||||
-rw-r--r-- | iBean/iBean/iPhoneStoryboard.storyboard | 36 |
10 files changed, 100 insertions, 11 deletions
diff --git a/iBean/iBean/.DS_Store b/iBean/iBean/.DS_Store Binary files differindex 9578c17..4128183 100644 --- a/iBean/iBean/.DS_Store +++ b/iBean/iBean/.DS_Store diff --git a/iBean/iBean/BeanCollectionBeanListViewController.m b/iBean/iBean/BeanCollectionBeanListViewController.m index caddd35..f478770 100644 --- a/iBean/iBean/BeanCollectionBeanListViewController.m +++ b/iBean/iBean/BeanCollectionBeanListViewController.m @@ -12,6 +12,7 @@ #import "ExtractionViewController.h" #import "BeanCollection.h" #import "Bean.h" +#import "UIColor+Extra.h" @interface BeanCollectionBeanListViewController () @@ -132,6 +133,11 @@ Bean *currentBean = [self.beanCollection.beans objectAtIndex:indexPath.row]; cell.textLabel.text = currentBean.name; + //Set selected background color + UIView *cellSelectedBackgroundView = [[UIView alloc] init]; + [cellSelectedBackgroundView setBackgroundColor:[UIColor colorFromHEX:[UIColor selectedCellBackgroundColor]]]; + [cell setSelectedBackgroundView:cellSelectedBackgroundView]; + return cell; } diff --git a/iBean/iBean/BeanCollectionExtractionViewController.m b/iBean/iBean/BeanCollectionExtractionViewController.m index b1be270..633c44a 100644 --- a/iBean/iBean/BeanCollectionExtractionViewController.m +++ b/iBean/iBean/BeanCollectionExtractionViewController.m @@ -36,6 +36,12 @@ } +- (void) viewWillDisappear:(BOOL)animated +{ + [super viewWillDisappear:animated]; + [self haltExtractionTimer]; +} + - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; diff --git a/iBean/iBean/BeanCollectionListViewController.m b/iBean/iBean/BeanCollectionListViewController.m index 6c0f46c..ebcb7e7 100644 --- a/iBean/iBean/BeanCollectionListViewController.m +++ b/iBean/iBean/BeanCollectionListViewController.m @@ -11,6 +11,7 @@ #import "BeanCollectionExtractionViewController.h" #import "BeanCollection.h" #import "AppDelegate+Storage.h" +#import "UIColor+Extra.h" @interface BeanCollectionListViewController () @@ -91,6 +92,11 @@ static NSString *CellIdentifier = @"BeanCollectionCell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath]; + //Set selected background color + UIView *cellSelectedBackgroundView = [[UIView alloc] init]; + [cellSelectedBackgroundView setBackgroundColor:[UIColor colorFromHEX:[UIColor selectedCellBackgroundColor]]]; + [cell setSelectedBackgroundView:cellSelectedBackgroundView]; + //Configure the cell and set its title BeanCollection *currentCollection = [self.beanCollections objectAtIndex:indexPath.row]; cell.textLabel.text = currentCollection.name; diff --git a/iBean/iBean/InstantExtractionViewController.m b/iBean/iBean/InstantExtractionViewController.m index b2e1372..0d22105 100644 --- a/iBean/iBean/InstantExtractionViewController.m +++ b/iBean/iBean/InstantExtractionViewController.m @@ -37,6 +37,12 @@ [self initViewController]; } +- (void)viewWillDisappear:(BOOL)animated +{ + [super viewWillDisappear:animated]; + [self haltExtractionTimer]; +} + - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; diff --git a/iBean/iBean/SettingsViewController.h b/iBean/iBean/SettingsViewController.h index efddfb2..410e1c2 100644 --- a/iBean/iBean/SettingsViewController.h +++ b/iBean/iBean/SettingsViewController.h @@ -21,6 +21,7 @@ @property (weak, nonatomic) IBOutlet UISwitch *useThresholdsSwitch; @property (weak, nonatomic) IBOutlet UIStepper *extractionCountStepper; @property (weak, nonatomic) IBOutlet UILabel *extractionCountLabel; +@property (weak, nonatomic) IBOutlet UIButton *resetExtractionCountButton; /* UI Actions */ - (IBAction)countExtractionsSwitchChanged:(id)sender; diff --git a/iBean/iBean/ThresholdListViewController.m b/iBean/iBean/ThresholdListViewController.m index 18f087a..1f96f6a 100644 --- a/iBean/iBean/ThresholdListViewController.m +++ b/iBean/iBean/ThresholdListViewController.m @@ -11,6 +11,7 @@ #import "Configuration+Interface.h" #import "ThresholdCell.h" #import "AppDelegate+Storage.h" +#import "UIColor+Extra.h" @interface ThresholdListViewController () @@ -118,6 +119,11 @@ // Configure the cell... [cell initWithThresholdEntity:[self.configuration.thresholds objectAtIndex:indexPath.row]]; + //Set selected background color + UIView *cellSelectedBackgroundView = [[UIView alloc] init]; + [cellSelectedBackgroundView setBackgroundColor:[UIColor colorFromHEX:[UIColor selectedCellBackgroundColor]]]; + [cell setSelectedBackgroundView:cellSelectedBackgroundView]; + return cell; } diff --git a/iBean/iBean/UIColor+Extra.h b/iBean/iBean/UIColor+Extra.h new file mode 100644 index 0000000..5cbe5a2 --- /dev/null +++ b/iBean/iBean/UIColor+Extra.h @@ -0,0 +1,16 @@ +// +// UIColor+Extra.h +// iBean +// +// Created by Eddie Ehlin on 2013-02-04. +// Copyright (c) 2013 Eddie Ehlin. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface UIColor (Extra) + ++(UIColor*) colorFromHEX: (NSInteger)hex; ++(NSInteger) selectedCellBackgroundColor; + +@end diff --git a/iBean/iBean/UIColor+Extra.m b/iBean/iBean/UIColor+Extra.m new file mode 100644 index 0000000..9821ff8 --- /dev/null +++ b/iBean/iBean/UIColor+Extra.m @@ -0,0 +1,28 @@ +// +// UIColor+Extra.m +// iBean +// +// Created by Eddie Ehlin on 2013-02-04. +// Copyright (c) 2013 Eddie Ehlin. All rights reserved. +// + +#import "UIColor+Extra.h" + +@implementation UIColor (Extra) + ++ (UIColor*) colorFromHEX:(NSInteger)hex +{ + UIColor *c = [UIColor colorWithRed:((float)((hex & 0xFF0000) >> 16))/255.0 + green:((float)((hex & 0xFF00) >> 8))/255.0 + blue:((float)(hex & 0xFF))/255.0 + alpha:1.0f]; + return c; +} + ++ (NSInteger) selectedCellBackgroundColor +{ + //0xCBB6AC/*0xe8d1c5*/ + return 0xCBB6AC; +} + +@end diff --git a/iBean/iBean/iPhoneStoryboard.storyboard b/iBean/iBean/iPhoneStoryboard.storyboard index 22975ba..bb8cece 100644 --- a/iBean/iBean/iPhoneStoryboard.storyboard +++ b/iBean/iBean/iPhoneStoryboard.storyboard @@ -13,7 +13,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BeanCollectionCell" textLabel="5Nr-tS-3gE" style="IBUITableViewCellStyleDefault" id="aBV-gH-ENe"> + <tableViewCell contentMode="scaleToFill" selectionStyle="gray" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BeanCollectionCell" textLabel="5Nr-tS-3gE" style="IBUITableViewCellStyleDefault" id="aBV-gH-ENe"> <rect key="frame" x="0.0" y="22" width="320" height="44"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -161,7 +161,7 @@ <sections> <tableViewSection headerTitle="iBean Settings" id="wDL-0c-vck"> <cells> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="qE1-q5-eDt"> + <tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="qE1-q5-eDt"> <rect key="frame" x="0.0" y="46" width="320" height="45"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -177,6 +177,7 @@ <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </label> <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fFt-HH-tY2"> + <color key="onTintColor" red="0.34650985049999999" green="0.21581921879999999" blue="0.1054245046" alpha="1" colorSpace="calibratedRGB"/> <connections> <action selector="countExtractionsSwitchChanged:" destination="kQZ-wX-3ix" eventType="valueChanged" id="VBK-HA-HNP"/> </connections> @@ -191,7 +192,7 @@ <constraint firstItem="fFt-HH-tY2" firstAttribute="centerY" secondItem="FfK-86-nMg" secondAttribute="centerY" type="default" id="peZ-am-x9P"/> </constraints> </tableViewCell> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="EaT-Mm-AR5"> + <tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="EaT-Mm-AR5"> <rect key="frame" x="0.0" y="91" width="320" height="45"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -207,6 +208,7 @@ <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </label> <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iyy-6c-Dl5"> + <color key="onTintColor" red="0.34650985049999999" green="0.21581921879999999" blue="0.1054245046" alpha="1" colorSpace="calibratedRGB"/> <connections> <action selector="useThresholdsSwitchChanged:" destination="kQZ-wX-3ix" eventType="valueChanged" id="42Q-S7-0tz"/> </connections> @@ -225,7 +227,7 @@ </tableViewSection> <tableViewSection headerTitle="iBean Data" id="FnM-qR-V8p"> <cells> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" rowHeight="115" id="r9O-D5-k1M"> + <tableViewCell contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" rowHeight="115" id="r9O-D5-k1M"> <rect key="frame" x="0.0" y="182" width="320" height="116"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -282,7 +284,7 @@ <constraint firstItem="ijG-QW-wOy" firstAttribute="leading" secondItem="TgN-Et-A27" secondAttribute="trailing" constant="8" symbolic="YES" type="default" id="pYL-cX-chv"/> </constraints> </tableViewCell> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="noJ-aA-kKf"> + <tableViewCell contentMode="scaleToFill" selectionStyle="none" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="noJ-aA-kKf"> <rect key="frame" x="0.0" y="298" width="320" height="45"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -318,6 +320,7 @@ <outlet property="countExtractionsSwitch" destination="fFt-HH-tY2" id="b7e-GC-dZC"/> <outlet property="extractionCountLabel" destination="TgN-Et-A27" id="89x-Ku-lXK"/> <outlet property="extractionCountStepper" destination="ijG-QW-wOy" id="O0a-Ir-xwj"/> + <outlet property="resetExtractionCountButton" destination="QkD-Ej-5zA" id="mS2-NC-GMk"/> <outlet property="useThresholdsSwitch" destination="iyy-6c-Dl5" id="Vvr-F6-jwd"/> </connections> </tableViewController> @@ -336,7 +339,7 @@ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="hI0-rM-L5l"> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="ThresholdCell" id="MT0-Bs-5uV" customClass="ThresholdCell"> + <tableViewCell contentMode="scaleToFill" selectionStyle="gray" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="ThresholdCell" id="MT0-Bs-5uV" customClass="ThresholdCell"> <rect key="frame" x="0.0" y="22" width="320" height="44"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -359,7 +362,9 @@ <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </label> - <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Cs9-ms-IQm"/> + <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Cs9-ms-IQm"> + <color key="onTintColor" red="0.34650985049999999" green="0.21581921879999999" blue="0.1054245046" alpha="1" colorSpace="calibratedRGB"/> + </switch> </subviews> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </view> @@ -399,6 +404,7 @@ </connections> </barButtonItem> </items> + <color key="tintColor" red="0.45358338650000002" green="0.35254074499999999" blue="0.2925220067" alpha="1" colorSpace="calibratedRGB"/> </toolbar> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> @@ -441,7 +447,7 @@ <rect key="frame" x="10" y="1" width="300" height="43"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Descriptive name of threshold goes here" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="nJO-Vo-PIR"> + <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Enter a descriptive name here" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="nJO-Vo-PIR"> <constraints> <constraint firstAttribute="width" constant="260" id="C3o-PY-diC"/> <constraint firstAttribute="height" constant="30" id="nXA-Jn-d5M"/> @@ -517,7 +523,9 @@ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/> </label> - <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sja-Le-4gL"/> + <switch opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sja-Le-4gL"> + <color key="onTintColor" red="0.34650985049999999" green="0.21581921879999999" blue="0.1054245046" alpha="1" colorSpace="calibratedRGB"/> + </switch> </subviews> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </view> @@ -563,6 +571,7 @@ <navigationBar key="navigationBar" contentMode="scaleToFill" id="KUF-uQ-pkr"> <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> <autoresizingMask key="autoresizingMask"/> + <color key="tintColor" red="0.45358338650000002" green="0.35254074499999999" blue="0.2925220067" alpha="1" colorSpace="calibratedRGB"/> </navigationBar> <nil name="viewControllers"/> <connections> @@ -676,7 +685,7 @@ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="bW3-E7-UoQ"> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> - <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BeanCell" textLabel="87B-hs-oLz" style="IBUITableViewCellStyleDefault" id="4VM-0O-fxA"> + <tableViewCell contentMode="scaleToFill" selectionStyle="gray" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="BeanCell" textLabel="87B-hs-oLz" style="IBUITableViewCellStyleDefault" id="4VM-0O-fxA"> <rect key="frame" x="0.0" y="22" width="320" height="44"/> <autoresizingMask key="autoresizingMask"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> @@ -715,6 +724,7 @@ </connections> </barButtonItem> </items> + <color key="tintColor" red="0.45358338650000002" green="0.35254074499999999" blue="0.2925220067" alpha="1" colorSpace="calibratedRGB"/> </toolbar> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> @@ -967,6 +977,7 @@ <constraints> <constraint firstAttribute="width" constant="320" id="nsS-2k-wy5"/> </constraints> + <color key="tintColor" red="0.45358338650000002" green="0.35254074499999999" blue="0.2925220067" alpha="1" colorSpace="calibratedRGB"/> <items> <navigationItem title="Bean" id="xZU-h1-dhg"> <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="1v4-Op-ecW"> @@ -1028,6 +1039,7 @@ <navigationBar key="navigationBar" contentMode="scaleToFill" id="HMu-Um-JsA"> <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> <autoresizingMask key="autoresizingMask"/> + <color key="tintColor" red="0.45358338650000002" green="0.35254074499999999" blue="0.2925220067" alpha="1" colorSpace="calibratedRGB"/> </navigationBar> <nil name="viewControllers"/> <connections> @@ -1201,6 +1213,7 @@ <navigationBar key="navigationBar" contentMode="scaleToFill" id="qdu-XP-0k9"> <rect key="frame" x="0.0" y="0.0" width="320" height="44"/> <autoresizingMask key="autoresizingMask"/> + <color key="tintColor" red="0.45358338647959184" green="0.3525407450215654" blue="0.29252200668617401" alpha="1" colorSpace="calibratedRGB"/> </navigationBar> <nil name="viewControllers"/> <connections> @@ -1324,6 +1337,7 @@ <relationship kind="outlet" name="countExtractionsSwitch" candidateClass="UISwitch"/> <relationship kind="outlet" name="extractionCountLabel" candidateClass="UILabel"/> <relationship kind="outlet" name="extractionCountStepper" candidateClass="UIStepper"/> + <relationship kind="outlet" name="resetExtractionCountButton" candidateClass="UIButton"/> <relationship kind="outlet" name="useThresholdsSwitch" candidateClass="UISwitch"/> </relationships> </class> @@ -1363,7 +1377,7 @@ <simulatedScreenMetrics key="destination" type="retina4"/> </simulatedMetricsContainer> <inferredMetricsTieBreakers> - <segue reference="utz-eo-nc3"/> + <segue reference="9nO-3G-dWz"/> <segue reference="OPZ-Pj-2Dz"/> <segue reference="qk2-F5-M1s"/> </inferredMetricsTieBreakers> |