marty-suzuki / ReverseExtension

A UITableView extension that enables cell insertion from the bottom of a table view.
MIT License
1.68k stars 130 forks source link

tableView(_, didSelectRowAt: IndexPath) gives non reversed section #23

Open sattler opened 7 years ago

sattler commented 7 years ago

The methods IndexPath parameter is not reversed. I assume that is not intended? Is there a way to fix it instead of manually reverse the IndexPath?

Best regards, Patrick