|
@@ -436,7 +436,7 @@ extension ImageCache {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// MARK: - Deprecated
|
|
// MARK: - Deprecated
|
|
|
-public extension Collection where Iterator.Element == KingfisherOptionsInfoItem {
|
|
|
|
|
|
|
+extension Collection where Iterator.Element == KingfisherOptionsInfoItem {
|
|
|
/// The queue of callbacks should happen from Kingfisher.
|
|
/// The queue of callbacks should happen from Kingfisher.
|
|
|
@available(*, deprecated, message: "Use `callbackQueue` instead.", renamed: "callbackQueue")
|
|
@available(*, deprecated, message: "Use `callbackQueue` instead.", renamed: "callbackQueue")
|
|
|
public var callbackDispatchQueue: DispatchQueue {
|
|
public var callbackDispatchQueue: DispatchQueue {
|
|
@@ -454,7 +454,7 @@ message: "Use `.invalidHTTPStatusCode` or `isInvalidResponseStatusCode` of `King
|
|
|
public let KingfisherErrorStatusCodeKey = "statusCode"
|
|
public let KingfisherErrorStatusCodeKey = "statusCode"
|
|
|
|
|
|
|
|
// MARK: - Deprecated
|
|
// MARK: - Deprecated
|
|
|
-public extension Collection where Iterator.Element == KingfisherOptionsInfoItem {
|
|
|
|
|
|
|
+extension Collection where Iterator.Element == KingfisherOptionsInfoItem {
|
|
|
/// The target `ImageCache` which is used.
|
|
/// The target `ImageCache` which is used.
|
|
|
@available(*, deprecated,
|
|
@available(*, deprecated,
|
|
|
message: "Create a `KingfisherParsedOptionsInfo` from `KingfisherOptionsInfo` and use `targetCache` instead.")
|
|
message: "Create a `KingfisherParsedOptionsInfo` from `KingfisherOptionsInfo` and use `targetCache` instead.")
|