Update editing style of UITableViewCell depending on contents

后端 未结 2 742
花落未央
花落未央 2020-12-10 18:50

I am creating a table-based interface similar to iPad Contacts, in which the user can add to a list of rows by tapping a blank row at the bottom. The table is always in edi

2条回答
  •  再見小時候
    2020-12-10 19:04

    Try calling reloadRowsAtIndexPaths:withRowAnimation: on the row being edited. (I'm not sure if that will mess up the first responder status on your text field or not.)

提交回复
热议问题