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

origin table is reversed #15

Closed yfde11 closed 7 years ago

yfde11 commented 7 years ago

Excuse me, I have a tableview to show all things, after I install your framework, and use in my target page, until here is fine, but when I back the last page the tableview is reverse.

ask1

marty-suzuki commented 7 years ago

Do you access tableView.re in 車行列表ViewController?

yfde11 commented 7 years ago

In that controller, I don't import ReverseExtension.

marty-suzuki commented 7 years ago

I've fixed this issue. Please try v0.4.6!

yfde11 commented 7 years ago

it works!!! Thank you so much.

marty-suzuki commented 7 years ago

Great!! Thank you for your reporting.