STDSTextBoxCustomization Class Reference

Inherits from STDSCustomization : NSObject
Declared in STDSTextBoxCustomization.h

Overview

A customization object to use to configure the UI of a text field.

  borderWidth

The border width of the text field.

@property (nonatomic) NSInteger borderWidth

Discussion

The border width of the text field.

Declared In

STDSTextBoxCustomization.h

  borderColor

The color of the border of the text field.

@property (nonatomic, copy) NSString *borderColor

Discussion

The color of the border of the text field.

Declared In

STDSTextBoxCustomization.h

  cornerRadius

The corner radius of the edges of the text field.

@property (nonatomic) NSInteger cornerRadius

Discussion

The corner radius of the edges of the text field.

Declared In

STDSTextBoxCustomization.h