文章来源:淘论文网   发布者: 毕业设计   浏览量: 34



还可以点击去查询以下关键词:
[DAOSearchBar]    [DAOSearchBar]   

项目介绍:

DAOSearchBar

DAOSearchBar is based on INSSearchBar: https://github.com/berlininsomniac/INSSearchBar_Swift

It is a 3rd-party search bar with beautiful animation. Unfortunately, it seems like INSSearchBar is no longer update anymore.

So, heres the DAOSearchBar.



What's new in version 1.0.1

Swift 3.0 supported.

Now you can custom the search bar background and the magnifier icon color.

Requirement

iOS 9.0

Swift 3.0

XCode 8

InstallationCocoaPodspod 'DAOSearchBar', '~> 1.0.1'UsageSearch bar without delegateself.searchBarWithoutDelegate.frame = CGRect(x: 20.0, y: 40.0, width: self.view.bounds.width - 40.0, height: 34.0) self.view.addSubview(self.searchBarWithoutDelegate)Search bar with delegateclass ViewController: UIViewController, INSSearchBarDelegate {}self.searchBarWithDelegate.frame = CGRect(x: 20.0, y: 140.0, width: 44.0, height: 34.0) self.searchBarWithDelegate.delegate = self; self.view.addSubview(self.searchBarWithDelegate)Custom colorself.searchBarWithCustomColor.searchOffColor = UIColor.darkGray self.searchBarWithCustomColor.searchOnColor = UIColor.white self.searchBarWithCustomColor.searchBarOffColor = UIColor.white self.searchBarWithCustomColor.searchBarOnColor = UIColor.darkGrayDelegatefunc destinationFrameForSearchBar(_ searchBar: INSSearchBar) -> CGRect { return CGRect(x: 20.0, y: 140.0, width: self.view.bounds.size.width - 40.0, height: 34.0) }func searchBar(_ searchBar: INSSearchBar, willStartTransitioningToState destinationState: INSSearchBarState) { // Do whatever you deem necessary. }func searchBar(_ searchBar: INSSearchBar, didEndTransitioningFromState previousState: INSSearchBarState) { // Do whatever you deem necessary. }func searchBarDidTapReturn(_ searchBar: INSSearchBar) { // Do whatever you deem necessary. // Access the text from the search bar like searchBar.searchField.text }func searchBarTextDidChange(_ searchBar: INSSearchBar) { // Do whatever you deem necessary. // Access the text from the search bar like searchBar.searchField.text }

论文开题报告

这里还有:


还可以点击去查询:
[DAOSearchBar]    [DAOSearchBar]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/5594.docx
  • 上一篇:TYPagerController V2.0 简单,强大,高度定制,页面控制器,水平
  • 下一篇:DAONaviBar