LNZTreeView
LNZTreeView copied to clipboard
Expose header of table view to allow setting search bar
This change will allow to set UISearchBar to LNZTreeView
For example:
UISearchBar *searchBar = [[UISearchBar alloc] initWithFrame: CGRectMake(0, 0, CGRectGetWidth(self.treeView.frame), 44)];
self.treeView.headerView = searchBar;
Codecov Report
Merging #33 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #33 +/- ##
======================================
Coverage 99.7% 99.7%
======================================
Files 4 4
Lines 334 334
======================================
Hits 333 333
Misses 1 1
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4cf95c2...0f50169. Read the comment docs.