SBSDKSmartFilter
@interface SBSDKSmartFilter : SBSDKBaseAdjustableFilter
A wrapper around the more complex SBSDKImageFilterType based filters. Can be used to execute SBSDKImageFilterType based filters at any place in a filter chain built from a SBSDKCompoundFilter.
-
The SBSDKImageFilterType based filter to use.
Declaration
Objective-C
@property (nonatomic) SBSDKImageFilterType filterType;
Swift
var filterType: SBSDKImageFilterType { get set }