Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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