swift - CoreData Edit Row -
trying implement core data edit record. current status : in view did load have aded
self.navigationitem.rightbarbuttonitem = self.editbuttonitem the edit button appeared on top left navigation bar. clicking edit button red busy icons appearing. if click icon delete button appears. when click table view cell nothing happens. desired response: want call edit table view controller record can edited. have added didselect being called when table view not in edit mode. how call edit view controller if tap table view cell edit icon appearing on left side. example in clock app. when click edit button red icons appeared on left side. if want edit time can tap table view cell i.e. alarm time , view posed edit time. same functionality required.
in order didselectrowatindexpath work during editing, have set allowsselectionduringediting true
Comments
Post a Comment