Skip to content

Commit

Permalink
Version 1.1.2 RELEASED
Browse files Browse the repository at this point in the history
Cleans up images folder
Changes color scheme
Fixes small bugs
  • Loading branch information
tremblay committed Dec 15, 2013
1 parent ade4678 commit c8ed43e
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 67 deletions.
64 changes: 8 additions & 56 deletions KDIC.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions KDIC/Base.lproj/Main_iPhone.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="q7I-Xb-2rZ">
<rect key="frame" x="0.0" y="64" width="320" height="436"/>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="q7I-Xb-2rZ">
<rect key="frame" x="0.0" y="64" width="320" height="416"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<navigationBar contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GSj-JJ-fSX">
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GSj-JJ-fSX">
<rect key="frame" x="0.0" y="20" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<items>
Expand All @@ -39,6 +39,15 @@
</navigationBar>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="q7I-Xb-2rZ" secondAttribute="bottom" id="2YV-9O-hbB"/>
<constraint firstItem="GSj-JJ-fSX" firstAttribute="leading" secondItem="l2N-EX-B8b" secondAttribute="leading" id="LY9-5e-fmU"/>
<constraint firstItem="GSj-JJ-fSX" firstAttribute="leading" secondItem="q7I-Xb-2rZ" secondAttribute="leading" id="Ngh-63-dnQ"/>
<constraint firstAttribute="trailing" secondItem="GSj-JJ-fSX" secondAttribute="trailing" id="Vfo-MV-abk"/>
<constraint firstItem="q7I-Xb-2rZ" firstAttribute="top" secondItem="GSj-JJ-fSX" secondAttribute="bottom" id="vnB-au-liT"/>
<constraint firstItem="q7I-Xb-2rZ" firstAttribute="trailing" secondItem="GSj-JJ-fSX" secondAttribute="trailing" id="wj6-A0-xLE"/>
<constraint firstItem="GSj-JJ-fSX" firstAttribute="top" secondItem="xwa-nh-Q0B" secondAttribute="bottom" id="yrc-wM-Rv5"/>
</constraints>
</view>
<navigationItem key="navigationItem" title="Title" id="rCE-Ax-I9X"/>
<connections>
Expand Down Expand Up @@ -189,6 +198,7 @@
<toolbarItems/>
<navigationItem key="navigationItem" id="hMm-ls-5eY">
<barButtonItem key="rightBarButtonItem" image="infoButton.png" id="fVd-jb-uBN">
<inset key="imageInsets" minX="4" minY="3" maxX="3" maxY="3"/>
<connections>
<segue destination="z33-8w-N9D" kind="modal" identifier="ViewDetails" modalTransitionStyle="coverVertical" id="jXs-W6-ECl"/>
</connections>
Expand Down Expand Up @@ -281,12 +291,12 @@
<objects>
<tableViewController id="sQo-07-THK" customClass="ShowsPodcastsViewController" sceneMemberID="viewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="WPC-3Z-120">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<rect key="frame" x="0.0" y="64" width="320" height="416"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="PodcastCell" textLabel="QSq-BS-8Ju" imageView="Xkd-dM-TvG" style="IBUITableViewCellStyleDefault" id="H3r-p4-hg2">
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
<rect key="frame" x="0.0" y="22" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="H3r-p4-hg2" id="07R-Cm-vzN">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
Expand Down Expand Up @@ -528,7 +538,7 @@
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
<inferredMetricsTieBreakers>
<segue reference="oVu-L5-DhR"/>
<segue reference="ZOV-Qw-rxu"/>
<segue reference="ET6-T0-3Rc"/>
<segue reference="NOq-nw-ovA"/>
</inferredMetricsTieBreakers>
</document>
Binary file modified KDIC/Images.xcassets/LaunchImages/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified KDIC/Images.xcassets/LaunchImages/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed KDIC/Images.xcassets/TabBarIcons/Antenna0.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/[email protected]
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/Antenna1.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/[email protected]
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/Antenna3.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/[email protected]
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/microphone1.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/TabBarIcons/[email protected]
Binary file not shown.
Binary file removed KDIC/Images.xcassets/kdic-narrow.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/kdic-navBar.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/kdic-wide.png
Binary file not shown.
Binary file removed KDIC/Images.xcassets/menu_icon.png
Binary file not shown.
4 changes: 2 additions & 2 deletions KDIC/KDIC-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
1 change: 1 addition & 0 deletions KDIC/LiveStreamViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ - (void)viewDidLoad {
appDel = (AppDelegate *) [[UIApplication sharedApplication] delegate];

[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"kdic-navBar-short.png"] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
}

- (void)viewWillAppear:(BOOL)animated{
Expand Down
3 changes: 1 addition & 2 deletions KDIC/PodcastViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ - (id)initWithStyle:(UITableViewStyle)style {

- (void)viewDidLoad {
[super viewDidLoad];
UITabBarItem *item = self.tabBarItem;
item.image = [UIImage imageNamed:@"mic-30.jpg"];
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"kdic-navBar-short.png"] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
}

- (void)didReceiveMemoryWarning {
Expand Down
1 change: 1 addition & 0 deletions KDIC/ScheduleViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ - (void)viewDidLoad {
[super viewDidLoad];

[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"kdic-navBar-short.png"] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];

appDel = [UIApplication sharedApplication].delegate;

Expand Down

0 comments on commit c8ed43e

Please sign in to comment.