ios - How can move event be banned in UITableView during the previous move event datasource operation is in progress? -
each time when user moves row in tableview triggers database operation. until operation completes, user should not allowed initiate new move event. idea how ban it?
you can use following delegate method.
- (void)tableview:(uitableview *)tableview didendreorderingrowatindexpath:(nsindexpath *)indexpath;
Comments
Post a Comment