NSURL(KDIExtensions)

@interface NSURL (KDIExtensions)

/**
 Returns the value associated with the NSURLEffectiveIconKey key or nil if no such value exists.
 
 @return The associated image
 */
@property (readonly,nonatomic,nullable) KDIImage *KDI_effectiveIcon;

@end

Undocumented

  • Returns the value associated with the NSURLEffectiveIconKey key or nil if no such value exists.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) UIImage *KDI_effectiveIcon;

    Return Value

    The associated image