gringoireDM / LNZTreeView

A swift TreeView
MIT License
236 stars 47 forks source link

Expose header of table view to allow setting search bar #33

Open vitaliy-solarwinds opened 4 years ago

vitaliy-solarwinds commented 4 years ago

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-io commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          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 data Powered by Codecov. Last update 4cf95c2...0f50169. Read the comment docs.