From a688900a6f718198cb593d13076922f21788aeb0 Mon Sep 17 00:00:00 2001 From: Alan Maynard Date: Wed, 24 Apr 2019 10:08:43 -0400 Subject: [PATCH 1/8] SWE-25 change pattern for account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - we eliminated the storyboard segue in favor of “pushing” either Account Details of the Accounts table, depending on number of accounts present - we simply pass an `[Account]` to AccountDetails - updated this change in context to be reflected in Account Table as well - removed unused boilerplate code in these classes as well --- .../Base.lproj/Interface.storyboard | 8 ++--- .../AccountDetailsInterfaceController.swift | 15 ++------- .../AccountTableInterfaceController.swift | 20 +++--------- .../MainMenuInterfaceController.swift | 31 +++++++------------ 4 files changed, 24 insertions(+), 50 deletions(-) diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index fa59de6..df800c7 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -24,7 +24,7 @@ - +