Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key backup: Implement setup screen #2198

Merged
merged 31 commits into from
Jan 23, 2019
Merged

key backup: Implement setup screen #2198

merged 31 commits into from
Jan 23, 2019

Conversation

SBiOSoftWhare
Copy link
Contributor

…ller and add convenient method to remove back bar button title when pushing a view controller on UINavigationViewController.
…es only `physical` navigation. Add navigation router to handle navigation with UINavigationController.
…trol the navigation flow of the application. Add `Coordinator` base protocol.
…omization and create ActivityIndicatorPresenter in order to manage activity indicator presentation.
Copy link
Member

@manuroe manuroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define an interface for CoordinatorOperations (pauseCoordinatorOperations, resumeCoordinatorOperations, cancelCoordinatorOperations) and a default implementation based on NSOperation?
This is super useful to have but it would be boring to c+p it to each view model we will create from now.

Still about architecture, wdyt about creating interfaces for:

  • func process(viewAction:)
  • func render(viewState:) (may be harder)

They seem to be a recurrent pattern in this single PR. This will enforce dev to follow that design.

Riot/Assets/en.lproj/Vector.strings Outdated Show resolved Hide resolved
Riot/Categories/UIView.swift Outdated Show resolved Hide resolved
Riot/Routers/NavigationRouter.swift Show resolved Hide resolved
Riot/Coordinators/Coordinator.swift Outdated Show resolved Hide resolved
Riot/Modules/Common/KeyboardAvoiding/KeyboardAvoider.swift Outdated Show resolved Hide resolved
@SBiOSoftWhare SBiOSoftWhare merged commit 951afb1 into develop Jan 23, 2019
@SBiOSoftWhare SBiOSoftWhare deleted the keybackup_setup branch January 23, 2019 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants