Skip to content

SreekanthGudisi/UITableViewWithCellButtonActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ManagingTableViewCellWithCellButtonActionsAndSelectedAtRow

Here most of TableViewCell problems I have solved, Like when clicking the cell button after scrolling the remaining rows may be changed and when selecting at didSelectRowAt indexPath: IndexPath the row, after scrolling the remaining rows may be selected. So I created an app to solve those problems.

  1. In the first screen, click on a red button and just scroll down you can't see other cells are affected automatically in UITableViewCell.
  2. Clicking on didSelectRowAt indexPath: IndexPath in the first screen you can go to details screen that's the second screen, in that screen after selecting a row other rows won't be selected automatically in UITableViewCell.

About

Managing TableView With Cell Button Actions And Selected At Row

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages