We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87517b4 commit c90f68aCopy full SHA for c90f68a
Example/AppleReminders/Networking.swift
@@ -11,7 +11,7 @@ import Foundation
11
12
struct IconAPI {
13
func fetchIcon(urlString: String, completion: @escaping (Result<Data?, Error>) -> Void) {
14
- let imgURLString = "https://logo.clearbit.com/\(urlString)"
+ let imgURLString = "https://icons.duckduckgo.com/ip3/\(urlString)"
15
guard let url = URL(string: imgURLString) else { return }
16
17
URLSession.shared.dataTask(with: url) { (data, response, error) in
0 commit comments