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

How can I use ReverseExtension in Objective C? #32

Open austinwg opened 6 years ago

austinwg commented 6 years ago

I tried use it by using cocoa framework in Objective C. But I can't access "re" property. Can you make Objective C sample demo project? Thank you!