質問編集履歴
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
let placeholderImage = UIImage(named: "avatar")
|
40
40
|
self.profileImageView.sd_setImage(with: imagesChildRef, placeholderImage: placeholderImage)
|
41
41
|
print("関数はしっかりと動いてる、しかし画像がダウンロードされない")
|
42
|
-
|
42
|
+
}
|
43
43
|
```
|
44
44
|
|
45
45
|
ここに質問の内容を詳しく書いてください。
|
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,6 +39,7 @@
|
|
39
39
|
let placeholderImage = UIImage(named: "avatar")
|
40
40
|
self.profileImageView.sd_setImage(with: imagesChildRef, placeholderImage: placeholderImage)
|
41
41
|
print("関数はしっかりと動いてる、しかし画像がダウンロードされない")
|
42
|
+
』
|
42
43
|
```
|
43
44
|
|
44
45
|
ここに質問の内容を詳しく書いてください。
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
```Swift
|
34
34
|
func setProfileImageView(userId:String) {
|
35
35
|
let storage = Storage.storage()
|
36
|
-
let storageRef = storage.reference(forURL: "HogeHoge.com"
|
36
|
+
let storageRef = storage.reference(forURL: "HogeHoge.com")
|
37
37
|
let profileimagesRef = storageRef.child("profileimages")
|
38
38
|
let imagesChildRef = profileimagesRef.child("(userId)" + "profile.png")
|
39
39
|
let placeholderImage = UIImage(named: "avatar")
|
1
誤植
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,6 @@
|
|
32
32
|
そしてダウンロードコードが以下の通りです。
|
33
33
|
```Swift
|
34
34
|
func setProfileImageView(userId:String) {
|
35
|
-
let userId: String = userDefaults.string(forKey: "userId"
|
36
35
|
let storage = Storage.storage()
|
37
36
|
let storageRef = storage.reference(forURL: "HogeHoge.com"
|
38
37
|
let profileimagesRef = storageRef.child("profileimages")
|