-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
44 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
MQF.xcodeproj/xcuserdata/chris.xcuserdatad/xcschemes/MQF Production.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
MQF.xcodeproj/xcuserdata/chris.xcuserdatad/xcschemes/MQFCICD.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+91.4 KB
(340%)
MQF.xcworkspace/xcuserdata/chris.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,7 +166,7 @@ class MenuViewController: UIViewController { | |
} | ||
|
||
@IBAction func sendFeedback(_ sender: Any) { | ||
let alert = UIAlertController.init(title: "We'd love to hear from you!", message: "This app was built for aircrew by aircrew to make one small part of your life simpler and easier. Help us achieve that goal with your feedback. Please email it to [email protected]. Thanks!", preferredStyle: .alert) | ||
let alert = UIAlertController.init(title: "We'd love to hear from you!", message: "This app was built for aircrew by aircrew to make one small part of your life simpler and easier. Help us achieve that goal with your feedback. Please email it to [email protected]. Thanks!", preferredStyle: .alert) | ||
let defaultAction = UIAlertAction(title: "Will Do!", style: .default, handler: nil) | ||
|
||
//now we are adding the default action to our alertcontroller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ class SettingsViewController: FormViewController { | |
|
||
|
||
//Adds section with information, disclaimers, and credits | ||
+++ Section(header: "About", footer: "MQFs was #BuiltByAirmen for Airmen. We hope to make one small aspect of your life simpler and easier with this app. Please help us continue to improve this app by sending feedback to [email protected].") | ||
+++ Section(header: "About", footer: "MQFs was #BuiltByAirmen for Airmen. We hope to make one small aspect of your life simpler and easier with this app. Please help us continue to improve this app by sending feedback to [email protected].") | ||
|
||
<<< LabelRow() { | ||
$0.title = "Version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters