Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Use isEqual method to compare treeNode item #233

Open tuantmdev opened 6 years ago

tuantmdev commented 6 years ago

Using "==" operator cause unexpected compare results in iOS 8. I tested on iOS 8.2 with item as NSNumber object. It runs ok on simulator but real device.