You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SDWebImagePhotosPlugin/Classes/PHAsset+SDWebImagePhotosPlugin.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
@interfacePHAsset (SDWebImagePhotosPlugin)
12
12
13
13
/// The convenience way to retrive the URL representation of PHAsset. The same as `+[NSURL sd_URLWithAsset:]`.
14
-
/// @note This API always return new object in Objective-C/struct in Swift of URL.
14
+
/// @note This API always create and return new object in Objective-C/struct in Swift of URL. (which does not store the URL inside PHAssets, to avoid retain cycle)
0 commit comments