LNZTreeView icon indicating copy to clipboard operation
LNZTreeView copied to clipboard

Expose header of table view to allow setting search bar

Open vitaliy-solarwinds opened this issue 6 years ago • 1 comments

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;

vitaliy-solarwinds avatar Oct 16 '19 12:10 vitaliy-solarwinds

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.

codecov-io avatar Oct 16 '19 12:10 codecov-io