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

MOBILE-1166 Bank selection whole view scrollable #63

Merged
merged 3 commits into from
Sep 7, 2022
Merged

Conversation

typuk
Copy link
Collaborator

@typuk typuk commented Sep 1, 2022

No description provided.

//
//
// Created by Arthur Alehna on 01/09/2022.
//
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably need to update comment to include copyright as it is done in KevinBAnkSelectionView.swift

tableView.translatesAutoresizingMaskIntoConstraints = false
tableView.topAnchor.constraint(equalTo: topAnchor).isActive = true
tableView.widthAnchor.constraint(equalTo: widthAnchor).isActive = true
tableView.bottomAnchor.constraint(equalTo: bottomAnchor).isActive = true
}

private func initAgreementLabel() {
Copy link
Contributor

Choose a reason for hiding this comment

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

I can't see agreement label on the screen. Feels like it is either outside the screen or under the continue button

@typuk typuk merged commit 6c5a5ae into master Sep 7, 2022
@typuk typuk deleted the MOBILE-1166 branch September 7, 2022 13:58
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