From 721afe8098a55d2b4b715af8f115240414e4b089 Mon Sep 17 00:00:00 2001 From: Tilun Date: Wed, 13 Feb 2019 17:31:57 -0500 Subject: [PATCH] set up the account table --- .../Base.lproj/Interface.storyboard | 39 +++++++++++++++++-- .../AccountCell.swift | 14 +++++++ .../AccountTableInterfaceController.swift | 32 +++++++++++++++ .../project.pbxproj | 36 ++++++++++------- 4 files changed, 103 insertions(+), 18 deletions(-) create mode 100644 SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccountCell.swift create mode 100644 SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccountTableInterfaceController.swift diff --git a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard index db708d7..53fc2af 100644 --- a/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard +++ b/SynchronyFinancial/SynchronyFinancial WatchKit App/Base.lproj/Interface.storyboard @@ -51,21 +51,52 @@