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

SearchBar Flash when it added with left item #60

Open
vzheng56 opened this issue May 19, 2015 · 1 comment
Open

SearchBar Flash when it added with left item #60

vzheng56 opened this issue May 19, 2015 · 1 comment

Comments

@vzheng56
Copy link

var searchBar = UISearchBar()
searchBar.delegate = self
searchBar.searchBarStyle = UISearchBarStyle.Default
//self.navigationItem.titleView = searchBar
self.rbsl_targetViewController().navigationItem.titleView = searchBar

var view = UIView(frame: CGRectMake(0, 0, 100, 30))
view.backgroundColor = UIColor.blackColor()
var leftView = UIBarButtonItem(customView: view)
self.rbsl_storyboardLink().navigationItem.leftBarButtonItem = leftView

aa

@vzheng56
Copy link
Author

rightBarButtonItem is not

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

No branches or pull requests

1 participant