diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index 746560d..b85f5b3 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -88,7 +88,11 @@ - diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit Extension/UtilizationTrendInterfaceController.swift b/SynchronyFinancial/SynchronyFinancial WatchKit Extension/UtilizationTrendInterfaceController.swift index c2e90b3..cce82ce 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit Extension/UtilizationTrendInterfaceController.swift +++ b/SynchronyFinancial/SynchronyFinancial WatchKit Extension/UtilizationTrendInterfaceController.swift @@ -53,4 +53,7 @@ class UtilizationTrendInterfaceController: WKInterfaceController { } } + @IBAction func showDetails() { + presentAlert(withTitle: "Trends", message: "Lowering your utilization over time can help reduce the amount of interest accrued on your accounts.", preferredStyle: .alert, actions: [WKAlertAction(title: "Done", style: .default, handler: {})]) + } }