gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

Added way to change the tableview row insert and delete animation #2

Closed MartinMetselaar closed 6 years ago

MartinMetselaar commented 6 years ago

We needed a way to change the type of UITableViewRowAnimation that was used within the LNZTreeView The used UITableViewRowAnimation.right was not a correct animation for the way we used this component.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will decrease coverage by 0.77%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   88.66%   87.88%   -0.78%     
==========================================
  Files           7        7              
  Lines         741      743       +2     
  Branches       46       46              
==========================================
- Hits          657      653       -4     
  Misses         82       82              
- Partials        2        8       +6
Impacted Files Coverage Δ
LNZTreeViewDemo/ViewController.swift 85.84% <100%> (+0.27%) :arrow_up:
LNZTreeView/LNZTreeView.swift 79.05% <100%> (ø) :arrow_up:
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...31d07be. Read the comment docs.