BVFormInputType Constants Reference
| Declared in | BVFormInputType.h | 
|---|
BVFormInputType
Definition
typedef NS_ENUM(NSInteger, BVFormInputType ) {
                            
                               BVFormInputTypeBooleanInput,
                            
                               BVFormInputTypeFileInput,
                            
                               BVFormInputTypeIntegerInput,
                            
                               BVFormInputTypeSelectInput,
                            
                               BVFormInputTypeTextAreaInput,
                            
                               BVFormInputTypeTextInput,
                            
                               BVFormInputTypeUnknown,
                            
                            };
                    
                    Constants
BVFormInputTypeBooleanInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeFileInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeIntegerInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeSelectInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeTextAreaInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeTextInput- 
    
	
Declared In
BVFormInputType.h. BVFormInputTypeUnknown- 
    
	
Declared In
BVFormInputType.h.