MSFBitmapUtils
Objective-C
@interface MSFBitmapUtils : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFBitmapUtils : NSObject
A helper class for loading bitmaps and converting Bitmaps to UIImages an vice versa.
-
Loads the specified bitmap asset bundled with the application.
Declaration
Objective-C
+ (MSFBitmap *)loadBitmapFromAssets:(NSString *)assetPath;Swift
class func loadBitmap(fromAssets assetPath: String!) -> MSFBitmap!Parameters
assetPathThe asset path to the image to be loaded.
Return Value
The loaded bitmap.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()