From ce07b1f589f55b9882eb040ad4fa636a1090ba0b Mon Sep 17 00:00:00 2001 From: Alan Maynard Date: Tue, 2 Apr 2019 20:18:52 -0400 Subject: [PATCH 1/2] SWE-23 Implement modal view to show transaction details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - preliminary design for screen to “pop up” and show transaction details - opted for a more robust approach than a simple `WKAlert` in order to have multiple labels for values such as date, amount, etc - Cancel Payment button hides/shows for qualifying transactions --- .../Base.lproj/Interface.storyboard | 23 ++++++++++ ...ransactionDetailsInterfaceController.swift | 46 +++++++++++++++++++ .../TransactionsInterfaceController.swift | 10 ++++ .../project.pbxproj | 4 ++ 4 files changed, 83 insertions(+) create mode 100644 SynchronyFinancial/SynchronyFinancial WatchKit Extension/TransactionDetailsInterfaceController.swift diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index ed397d2..aec54b4 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -253,6 +253,29 @@ + + + + + + + +