-
Notifications
You must be signed in to change notification settings - Fork 37
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
Gh 2589/distribution screen #2617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. How do we remove the divider between navbar and content?
override func viewDidLoad() { | ||
super.viewDidLoad() | ||
distributionView.set("Distribution details") { | ||
//TODO: Show distribution details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should call a callback so that flow can open the details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presenting the details will be done from this point when the screen is ready, no need for callback, no?
# Conflicts: # Multisig.xcodeproj/project.pbxproj # Multisig/UI/ClaimToken/ClaimSafeTokenFlow.swift # Multisig/UI/ClaimToken/LegalDisclaimerViewController.swift # Multisig/UI/ClaimToken/LegalDisclaimerViewController.xib # Multisig/UI/UI Library/String+Highlight.swift
Handles #2589