partho-maple / PBTreeView

An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
138 stars 11 forks source link

Multi selections possible? #2

Closed zhouhao27 closed 7 years ago

zhouhao27 commented 7 years ago

I've a few questions:

  1. Do you support multiple selections?
  2. Do you support node without child?

Thanks.

partho-maple commented 7 years ago

Hi, sorry for late reply. Been busy with other projects.

  1. No, multiple selection not supported at this moment. But will do in future. Updating this library for swift 4, will add support for this too.
  2. Yes, it does.

Thanks, Partho.