views:

27

answers:

0

Hello to all Mobile Substrate plugin Devs/Masters,

I'm doing R&D in mobile substrate plugin development. I've an application with a UITableView with 50 records. And more impartant, it is NON EDITABLE. Now I wanna implement (is it hard?) a Mobile Substrate Addon for it, which makes my table is editable.

I already tried to add functions UTableView's delegate functions (tableView:canEditRowAtIndexPath: and tableView:editingStyleForRowAtIndexPath:) to my UITableViewController's class (using object-c runtime function "class_addMethod()") but no luck. Can anyone guide me please?

Thanks in advance.