Categories
The following categories are available globally.
-
@category UIImage(SBSDK) An UIImage class extension to perform image filtering and warping processing. Direct usage is not recommended for large images. Instead use SBSDKImageProcessor methods to employ queues and proper memory management.
See moreDeclaration
Objective-C
@interface UIImage (SBSDKFiltersAndWarping)
-
@category UIImage(SBSDK) An UIImage class extension to perform basic image processing operations. Direct usage is not recommended for large images. Instead use SBSDKImageProcessor methods to employ queues and proper memory management.
See moreDeclaration
Objective-C
@interface UIImage (SBSDK)
-
Extension of UIViewController to help with embedding child view controllers.
See moreDeclaration
Objective-C
@interface UIViewController (SBSDK)
-
Extension of UIView to help with autolayout constraints.
See moreDeclaration
Objective-C
@interface UIView (SBSDK)