Kenny Dang

Results 3 issues of Kenny Dang

I am testing some code: ```Swift @objc private func addItem() { items.append("") datasource.items = items let index = items.endIndex - 1 let indexPath = IndexPath(item: index, section: 0) datasource.ds_reusableViewDelegate?.ds_performBatchUpdates({ self.datasource.ds_reusableViewDelegate?.ds_insertItems(at:...

Following the example in the README, I can't seem to get the selected day when using a custom dayItemProvider view. Here is the full code: ``` class ViewController: UIViewController {...