Skip to content

Conversation

@vitaliy-solarwinds
Copy link
Contributor

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants