RGLTextProcessing
Objective-C
@interface RGLTextProcessing : NSObject
Swift
class TextProcessing : NSObject
Text case transformation.
-
Undocumented
Declaration
Objective-C
+ (RGLTextProcessing *)noChange;
Swift
class func noChange() -> TextProcessing
-
Undocumented
Declaration
Objective-C
+ (RGLTextProcessing *)uppercase;
Swift
class func uppercase() -> TextProcessing
-
Undocumented
Declaration
Objective-C
+ (RGLTextProcessing *)lowercase;
Swift
class func lowercase() -> TextProcessing
-
Undocumented
Declaration
Objective-C
+ (RGLTextProcessing *)capital;
Swift
class func capital() -> TextProcessing
-
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE
-
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE