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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -