You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UITableViewController+ScrollOptimizer category can only optimize scrolling within a specified section. It should be enhanced to work within an arbitrary range of index paths so that, for example, it can be used with TLTreeTableViewController, which doesn't use sections.
The text was updated successfully, but these errors were encountered:
The
UITableViewController+ScrollOptimizer
category can only optimize scrolling within a specified section. It should be enhanced to work within an arbitrary range of index paths so that, for example, it can be used withTLTreeTableViewController
, which doesn't use sections.The text was updated successfully, but these errors were encountered: