将视图移动到tableViewcell

时间:2012-03-22 10:43:27

标签: iphone

我可以做什么来移动标题,如“hh”和“asdasd”从一个地方移动到另一个地方,如MoveRowAtIndexPath和内部任务,如“111”和“sdfdsf”也可以移动。       我正在使用ViewForHeaderinSection来显示标题,并在cellForAtIndexPath中显示内部部分。

1 个答案:

答案 0 :(得分:0)

实现必要的UITableview方法移动?

-(BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath;
-(void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath *)destinationIndexPath;