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

internalTableView property is no longer available #213

Closed AnujAroshA closed 7 years ago

AnujAroshA commented 7 years ago

I reinstall pods for my iOS project and my Podfile contains following line

pod "RATreeView", "~> 1.0.3"

After installing Pods and opening my project and build, I realized the property internalTableView we had for RATreeView is no longer available.

Is there a replacement/workaround for that?

AnujAroshA commented 7 years ago

Above reported issue is my mistake. Actually what really happened was, a local developer did add some property and changed this library locally.