JDFPeekaboo
JDFPeekaboo copied to clipboard
Handle UITableViewDelegate methods in right way.
Thanks @Pitometsu - will take a look and get it merged 👍🏻
@JoeFryer sure, thank you, just tested it on my environment in combination with
pod 'ReactiveTableViewBinding',
git: 'https://github.com/Pitometsu/CETableViewBinding.git',
commit: '01ff58126a1292943e54c60c12afbb09a8f238f0'
So delegate chain looks like JDFPeekaboo > CETableViewBindingHelper > UITableViewController
, and I eventually push different tables.
@JoeFryer UPD: fixed dragging behaviour. Make animation more stable.