In uitableview, you can move a cell to display a button and perform related business processing.

Source: Internet
Author: User
// This function is called when sliding on the cell-(void) tableview :( uitableview *) tableview commiteditingstyle :( uitableviewcelleditingstyle) editingstyle forrowatindexpath :( nsindexpath *) indexpath {nslog (@ "Click favorites to start adding to Favorites"); nsuinteger ROW = [indexpath row]; nsdictionary * rowdata = [itemarray objectatindex: Row]; nslog (@ "the name of the road section to be added to favorites is: % @", [[nsstring alloc] initwithformat: @ "% @", [rowdata objectforkey: @ "road_name"]);}/* at this time, the delete button is delete. to display it as "delete" Chinese, you need to implement-(nsstring *) in uitableviewdelegate *) tableview :( uitableview *) tableview metadata :( nsindexpath *) indexpath Method */-(nsstring *) tableview :( uitableview *) tableview metadata :( nsindexpath *) indexpath {return @ "";}

Article http://code.eoe.cn/476.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.