Skip to content

Commit

Permalink
Merge pull request #5 from PhilippeBoisney/dev
Browse files Browse the repository at this point in the history
Update sample + screenshot
  • Loading branch information
PhilippeBoisney committed Mar 7, 2017
2 parents 64b866f + 16b699d commit 5714265
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Binary file not shown.
Expand Up @@ -19,9 +19,9 @@ class ViewController: UIViewController, ModernSearchBarDelegate {
self.makingSearchBarAwesome()

///Uncomment this one...
//self.configureSearchBar()
self.configureSearchBar()
///... or uncomment this one ! (but you can't uncomment both)
self.configureSearchBarWithUrl()
//self.configureSearchBarWithUrl()
}

override func didReceiveMemoryWarning() {
Expand Down Expand Up @@ -81,7 +81,7 @@ class ViewController: UIViewController, ModernSearchBarDelegate {
self.modernSearchBar.setDatas(datas: suggestionList)

///Custom design with all paramaters if you want to
self.customDesign()
//self.customDesign()

}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5714265

Please sign in to comment.