ios - Modify or delete table view cell in master-detail ipad app -



ios - Modify or delete table view cell in master-detail ipad app -

i developing simple master-detail ipad app. using xcode template master-detail app when "edit" navigation item pressed in table view cell reddish circle appears allows delete selected cell. in app have following: when edit button pressed each cell can deleted or modified (by performing segue detail view). in other words reddish circle have "icon" modify contents of cell. possible perform , how can done?

you can kind of stuff in multiple ways.

first assign custom gesture swipe on cell using uigesturerecognizer custom selector called each time when cell swiped. can display buttons hidden user.

look next post understand improve - how create swipeable table view cell actions – without going nuts scroll views

ios objective-c ipad uitableview

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -