Skip to content

Commit 23b48c6

Browse files
committed
Actual iOS 1.1 Release (after launch images, etc)
1 parent a88c5a7 commit 23b48c6

File tree

12 files changed

+45
-5
lines changed

12 files changed

+45
-5
lines changed

iHW-iOS/iHW/Default-568h@2x.png

-6.67 KB
Loading

iHW-iOS/iHW/Default.png

-2.8 KB
Loading

iHW-iOS/iHW/Default7-568h@2x.png

24.4 KB
Loading

iHW-iOS/iHW/Default7@2x.png

23.1 KB
Loading

iHW-iOS/iHW/Default@2x.png

-6.59 KB
Loading

iHW-iOS/iHW/iHW.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
CB65E2E018FC8BE000336357 /* link.png in Resources */ = {isa = PBXBuildFile; fileRef = CB65E2DE18FC8BE000336357 /* link.png */; };
8888
CB65E2E118FC8BE000336357 /* link@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB65E2DF18FC8BE000336357 /* link@2x.png */; };
8989
CB65E2E418FC8D6E00336357 /* IHWPreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB65E2E318FC8D6E00336357 /* IHWPreferencesViewController.m */; };
90+
CB75CDCA19062CF200CDA1FD /* Default7-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB75CDC819062CF200CDA1FD /* Default7-568h@2x.png */; };
91+
CB75CDCB19062CF200CDA1FD /* Default7@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB75CDC919062CF200CDA1FD /* Default7@2x.png */; };
92+
CB75CDCD19062D8900CDA1FD /* icon_ios_iphone7@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CB75CDCC19062D8900CDA1FD /* icon_ios_iphone7@2x.png */; };
9093
CB7E454317C5CE7800E1621F /* IHWOldPreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB7E454117C5CE7800E1621F /* IHWOldPreferencesViewController.m */; };
9194
CB7E454417C5CE7800E1621F /* IHWOldPreferencesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB7E454217C5CE7800E1621F /* IHWOldPreferencesViewController.xib */; };
9295
CB7E454617C5D73B00E1621F /* mscampus.jpg in Resources */ = {isa = PBXBuildFile; fileRef = CB7E454517C5D73B00E1621F /* mscampus.jpg */; };
@@ -227,6 +230,9 @@
227230
CB65E2DF18FC8BE000336357 /* link@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "link@2x.png"; path = "../../../images/link@2x.png"; sourceTree = "<group>"; };
228231
CB65E2E218FC8D6E00336357 /* IHWPreferencesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IHWPreferencesViewController.h; sourceTree = "<group>"; };
229232
CB65E2E318FC8D6E00336357 /* IHWPreferencesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IHWPreferencesViewController.m; sourceTree = "<group>"; };
233+
CB75CDC819062CF200CDA1FD /* Default7-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default7-568h@2x.png"; sourceTree = "<group>"; };
234+
CB75CDC919062CF200CDA1FD /* Default7@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default7@2x.png"; sourceTree = "<group>"; };
235+
CB75CDCC19062D8900CDA1FD /* icon_ios_iphone7@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_ios_iphone7@2x.png"; sourceTree = "<group>"; };
230236
CB7E454017C5CE7800E1621F /* IHWOldPreferencesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IHWOldPreferencesViewController.h; sourceTree = "<group>"; };
231237
CB7E454117C5CE7800E1621F /* IHWOldPreferencesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IHWOldPreferencesViewController.m; sourceTree = "<group>"; };
232238
CB7E454217C5CE7800E1621F /* IHWOldPreferencesViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = IHWOldPreferencesViewController.xib; sourceTree = "<group>"; };
@@ -269,6 +275,9 @@
269275
CB8D773E17CB2F8A00688D3D /* Default-568h@2x.png */,
270276
CB8D773C17CB2F8800688D3D /* Default@2x.png */,
271277
CB8D773A17CB2F8700688D3D /* Default.png */,
278+
CB75CDC819062CF200CDA1FD /* Default7-568h@2x.png */,
279+
CB75CDC919062CF200CDA1FD /* Default7@2x.png */,
280+
CB75CDCC19062D8900CDA1FD /* icon_ios_iphone7@2x.png */,
272281
CB4262E317C9E265008EE2D7 /* icon_ios_iphone@2x.png */,
273282
CB4262DF17C9E21B008EE2D7 /* icon_ios_iphone.png */,
274283
CBD8F81B18FDA6490067BC71 /* disclaimer.rtf */,
@@ -556,6 +565,7 @@
556565
files = (
557566
491CCB3C178E590B00736453 /* InfoPlist.strings in Resources */,
558567
CB61049C17B8945C00D3FD75 /* IHWFirstRunViewController.xib in Resources */,
568+
CB75CDCB19062CF200CDA1FD /* Default7@2x.png in Resources */,
559569
CB6104A017B8952600D3FD75 /* uscampus.jpg in Resources */,
560570
CB3E0DBB189EBA6400A17B9C /* checkboxChecked@2x.png in Resources */,
561571
CB6104A917B9457500D3FD75 /* IHWDownloadScheduleViewController.xib in Resources */,
@@ -566,6 +576,8 @@
566576
CB44277B17BB0DC00068D543 /* IHWDayViewController.xib in Resources */,
567577
CB5F682817BC48D000A583D6 /* IHWEditCourseViewController.xib in Resources */,
568578
CB5DF7A317BDFA5400D5651C /* checkboxChecked_old.png in Resources */,
579+
CB75CDCD19062D8900CDA1FD /* icon_ios_iphone7@2x.png in Resources */,
580+
CB75CDCA19062CF200CDA1FD /* Default7-568h@2x.png in Resources */,
569581
CB3E0DB1189EB0D200A17B9C /* gotodate@2x.png in Resources */,
570582
CBD8F81C18FDA6490067BC71 /* disclaimer.rtf in Resources */,
571583
CB5DF7A417BDFA5400D5651C /* checkboxChecked_old@2x.png in Resources */,

iHW-iOS/iHW/iHW/AbstractActionSheetPicker.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ - (void)configureAndPresentActionSheetForView:(UIView *)aView {
304304
_actionSheet = [[UIActionSheet alloc] initWithTitle:paddedSheetTitle delegate:nil cancelButtonTitle:nil destructiveButtonTitle:nil otherButtonTitles:nil];
305305
[_actionSheet setActionSheetStyle:UIActionSheetStyleBlackTranslucent];
306306
[_actionSheet addSubview:aView];
307+
_actionSheet.backgroundColor = [UIColor colorWithRed:0.97 green:0.97 blue:0.97 alpha:1];
307308
[self presentActionSheet:_actionSheet];
308309
_actionSheet.bounds = CGRectMake(0, 0, self.viewSize.width, sheetHeight);
309310
}

iHW-iOS/iHW/iHW/IHWDownloadScheduleViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ - (void)viewDidLoad
3838
[storage deleteCookie:cookie];
3939
}
4040
self.webView.delegate = self;
41+
self.webView.keyboardDisplayRequiresUserAction = NO;
4142
if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1) {
4243
self.topSpaceConstraint.constant = 0;
4344
}

iHW-iOS/iHW/iHW/IHWScheduleViewController.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ - (void)viewDidLoad
7070
self.gotoDateItem.title = @"Goto Date...";
7171
self.todayItem.image = nil;
7272
self.todayItem.title = @"Today";
73-
}
74-
75-
//[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"seenNotifications"];
76-
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"seenNotifications"] != YES) {
77-
[[[UIAlertView alloc] initWithTitle:@"Want Notifications?" message:@"iHW can notify you at the end of your free periods when you have class next period." delegate:self cancelButtonTitle:@"No Thanks" otherButtonTitles:@"More Info...", @"Ask Later", nil] show];
73+
} else {
74+
//[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"seenNotifications"];
75+
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"seenNotifications"] != YES) {
76+
[[[UIAlertView alloc] initWithTitle:@"Want Notifications?" message:@"iHW can notify you at the end of your free periods when you have class next period." delegate:self cancelButtonTitle:@"No Thanks" otherButtonTitles:@"More Info...", @"Ask Later", nil] show];
77+
}
7878
}
7979
}
8080

0 commit comments

Comments
 (0)