Classes
The following classes are available globally.
-
A structure that contains width and height values.
Note
This is likeCGSize
, but withInt
instead ofCGFloat
.Declaration
Swift
@objcMembers public final class EFIntSize : NSObject
-
Drawing classical look and feel QR code foreground points 🔳.
See moreDeclaration
Swift
@objc public class EFSquarePointStyle : NSObject, EFPointStyle
-
Drawing rounded foreground points 🔘.
See moreDeclaration
Swift
@objc public class EFCirclePointStyle : NSObject, EFPointStyle
-
Drawing Sparkling foreground points ✨.
See moreDeclaration
Swift
@objc public class EFDiamondPointStyle : NSObject, EFPointStyle
-
Class for generating QR code images.
See moreDeclaration
Swift
@objcMembers public class EFQRCodeGenerator : NSObject
-
Class for recognizing QR code contents from images.
See moreDeclaration
Swift
@objcMembers public class EFQRCodeRecognizer : NSObject