On Tue, Apr 6, 2010 at 11:04 AM, Kalyanraju M wrote:
> How could I make the first row not to be edited or moved in UITableView
>
> I know that with
> - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath
> *)indexPath
> the first row could be set
How could I make the first row not to be edited or moved in UITableView
I know that with
- (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath
*)indexPath
the first row could be set not to move but if another cell is dropped above the
first one this will we moved