Skip to content

Swf 11 recent transactions #9

Merged
merged 7 commits into from Mar 26, 2019

Conversation

ahm11003
Copy link
Collaborator

Implementation for Transactions UI

  • modification to allow for page based navigation between account details and transactions

- disabled rules for silly things like line length and short identifier names
- don’t run swiftlint in our pods directory, since we shouldn’t be changing anything there
- these can be removed as a result of adding .swiftlint.yml
- `TransactionsInterfactController` will hold a table of recent transactions
- `TransactionCell` provides a model for our table cell
- Added TransactionsInterfaceController
- In order to have a page based navigation allowing swipe between Account Details and Transactions, it was necessary to change the segue from the Accounts Table to “modal” type
- As a result of the change to modal presentation, the function we must override has changed
- Instead of returning the context for the next interface controller, we return an array of contexts, each corresponding to the interface controllers in the order they appear in the navigation stack (Account details is first, transactions is now second)
- once web service is set up, transactions should be passed to TransactionsInterfactController from this function
@rrk12005 rrk12005 merged commit c1383b3 into SWF-10-account-details Mar 26, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants