How could I make the first row not to be edited or moved in UITableView
How could I make the first row not to be edited or moved in UITableView
- Subject: How could I make the first row not to be edited or moved in UITableView
- From: Kalyanraju M <email@hidden>
- Date: Tue, 6 Apr 2010 02:04:12 -0700 (PDT)
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 down so is moving in the end.
Thanks in advance for your help
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden