Skip to content

Commit 16b699d

Browse files
Update sample + screenshot
1 parent ff429de commit 16b699d

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Sample/ModernSearchBar-Sample/ModernSearchBar-Sample/ViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class ViewController: UIViewController, ModernSearchBarDelegate {
1919
self.makingSearchBarAwesome()
2020

2121
///Uncomment this one...
22-
//self.configureSearchBar()
22+
self.configureSearchBar()
2323
///... or uncomment this one ! (but you can't uncomment both)
24-
self.configureSearchBarWithUrl()
24+
//self.configureSearchBarWithUrl()
2525
}
2626

2727
override func didReceiveMemoryWarning() {
@@ -81,7 +81,7 @@ class ViewController: UIViewController, ModernSearchBarDelegate {
8181
self.modernSearchBar.setDatas(datas: suggestionList)
8282

8383
///Custom design with all paramaters if you want to
84-
self.customDesign()
84+
//self.customDesign()
8585

8686
}
8787

Sample/ModernSearchBar-Sample/Pods/ModernSearchBar/Pod/Classes/ModernSearchBarIcon.swift

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)