gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

Update LNZTreeView.swift #3

Closed cerupcat closed 6 years ago

cerupcat commented 6 years ago

Add a way to refresh the tableView without resetting the tree.

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will decrease coverage by 1.16%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #3      +/-   ##
=========================================
- Coverage   88.66%   87.5%   -1.17%     
=========================================
  Files           7       7              
  Lines         741     744       +3     
  Branches       46      46              
=========================================
- Hits          657     651       -6     
- Misses         82      85       +3     
- Partials        2       8       +6
Impacted Files Coverage Δ
LNZTreeView/LNZTreeView.swift 78.12% <0%> (-0.93%) :arrow_down:
LNZTreeViewTests/LNZTreeViewTests.swift 98.11% <0%> (-1.89%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e5780e1...cc9f031. Read the comment docs.

cerupcat commented 6 years ago

Ok. My use case is that I need to highlight a specific row even if it's not selected so I need a way of calling cellForRowAtIndexPath or reloadTableView in order to update cell information without actually resetting the tree.

rizwan95 commented 4 years ago

Any update on the refresh/reload of the treeview?