Forms

Inline Editing Cell, UITableViewCell Subclass

Inline Editing Cell, UITableViewCell Subclass

The Inline Editing Cell allows you to quickly and easily add a new level of efficiency to your UITableView implementation. The Inline Editing Cell is capable of handling text based input for Standard Text, URLs, Emails and Numbers, along with Select Based input for UIDatePicker and a UIPickerView. A delegate is also provided with the class, for returning the value of the inputted data. The Inline Editing Cell comes packaged with these...