Post not yet marked as solved
Post marked as unsolved with 6 replies, 308 views
I have a tableview with 4 sections. Each section has a button.
I used "convertPoint" to View to determine which button was touched and then get the indexPath from the "point".
With the latest iOS update the point data returned is incorrect and thus the wrong indexPath.row is selected for action.