Inherits from NSObject
Declared in VPPDropDownElement.h
VPPDropDownElement.m

Overview

This clase conforms a VPPDropDown element. It is composed by a title and an object. The title will be the one shown in the associated cell. Using the object is up to you.

You can use it to hold any information you may need. If you don’t need it, you can set it to nil.

Tasks

Element properties

Properties

object

The element object.

@property (nonatomic, retain) id object

Discussion

Using the object is up to you.

You can use it to hold any information you may need. If you don’t need it, you can set it to nil.

Declared In

VPPDropDownElement.h

title

Element title.

@property (nonatomic, retain) NSString *title

Discussion

This title will be the one shown in the associated cell.

Declared In

VPPDropDownElement.h