cell(at:)
Returns the entry at the specified index.
Declaration
func cell(at index: Int) -> Any!Parameters
- index:
The index of the desired entry.
Return Value
The form cell object at the specified index.
Returns the entry at the specified index.
func cell(at index: Int) -> Any!The index of the desired entry.
The form cell object at the specified index.