We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaa06d commit 5ba98ddCopy full SHA for 5ba98dd
Poppool/CoreLayer/Infrastructure/Infrastructure/Extension/UIImageView+.swift
@@ -23,7 +23,7 @@ public extension UIImageView {
23
func setPPImage(path: String?, completion: @escaping () -> Void) {
24
loadImageFromImageLoader(path: path, completion: completion)
25
}
26
-
+
27
func loadImageFromImageLoader(path: String?, completion: (() -> Void)? = nil) {
28
// 기본 이미지 저장
29
if placeholderImage == nil {
0 commit comments