-
Notifications
You must be signed in to change notification settings - Fork 180
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
[WalletApp] Import account and settings screen #941
Conversation
Button("OK", role: .cancel) { } | ||
} | ||
.onAppear { | ||
viewModel.objectWillChange.send() |
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.
Why this?
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.
To get actual data on every on appear
Example/WalletApp/PresentationLayer/Wallet/Settings/SettingsView.swift
Outdated
Show resolved
Hide resolved
|
||
let title: String | ||
let placeholder: String | ||
let input: Binding<String> |
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.
nit: you don't fancy @binding property wrapper? :P
1fd28f9
to
51af657
Compare
self.client = client | ||
self.onSign = onSign | ||
|
||
Task { |
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.
won't be any issues with .priority ?
Description
Resolves # (issue)
How Has This Been Tested?
Due Dilligence