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

Issue #76 cache currencies #77

Merged
merged 10 commits into from
Nov 17, 2023
Merged

Issue #76 cache currencies #77

merged 10 commits into from
Nov 17, 2023

Conversation

Slawbel
Copy link
Owner

@Slawbel Slawbel commented Nov 15, 2023

No description provided.

@RomanPodymov RomanPodymov self-requested a review November 16, 2023 13:05
@@ -3,4 +3,22 @@
uuid = "EBD8D2EE-6228-440C-A31A-C44CF41E1041"
type = "1"
version = "2.0">
<Breakpoints>
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can also ignore this file, it contains Xcode breakpoints only.

@@ -146,8 +152,15 @@ class CurrencyScreen: UIViewController, UITableViewDataSource, UITableViewDelega
}

func tableView(_: UITableView, didSelectRowAt indexPath: IndexPath) {
let selectedCur = symbols[indexPath.row].1
let selectedCur2 = symbols[indexPath.row].0
var selectedCur = ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
var selectedCur = ""
let selectedCur: String

let selectedCur = symbols[indexPath.row].1
let selectedCur2 = symbols[indexPath.row].0
var selectedCur = ""
var selectedCur2 = ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
var selectedCur2 = ""
let selectedCur2: String

@RomanPodymov RomanPodymov self-requested a review November 17, 2023 12:07
@RomanPodymov RomanPodymov merged commit 4aaf0c5 into main Nov 17, 2023
@RomanPodymov RomanPodymov deleted the Issue-#76---Cache-currencies branch November 17, 2023 22:12
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.

None yet

2 participants