Skip to content

Commit

Permalink
Updating Readme & Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeBoisney committed Mar 14, 2017
1 parent da83e39 commit 9baf9f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ModernSearchBar.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ModernSearchBar"
s.version = "1.2"
s.version = "1.3"
s.summary = "ModernSearchBar"
s.description = "The famous iOS search bar with auto completion feature implemented."
s.homepage = "https://github.com/PhilippeBoisney/ModernSearchBar"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -113,12 +113,13 @@ self.modernSearchBar.suggestionsView_backgroundColor = UIColor.brown
self.modernSearchBar.suggestionsView_contentViewColor = UIColor.yellow
self.modernSearchBar.suggestionsView_separatorStyle = .singleLine
self.modernSearchBar.suggestionsView_selectionStyle = UITableViewCellSelectionStyle.gray
self.modernSearchBarsuggestionsView_verticalSpaceWithSearchBar = 10
self.modernSearchBar.suggestionsView_verticalSpaceWithSearchBar = 10
self.modernSearchBar.suggestionsView_spaceWithKeyboard = 20

```

## Version
1.2
1.3

## License

Expand Down
Expand Up @@ -149,8 +149,8 @@ class ViewController: UIViewController, ModernSearchBarDelegate {
self.modernSearchBar.suggestionsView_contentViewColor = UIColor.yellow
self.modernSearchBar.suggestionsView_separatorStyle = .singleLine
self.modernSearchBar.suggestionsView_selectionStyle = UITableViewCellSelectionStyle.gray
self.modernSearchBarsuggestionsView_verticalSpaceWithSearchBar = 10
self.suggestionsView_spaceWithKeyboard = 20
self.modernSearchBar.suggestionsView_verticalSpaceWithSearchBar = 10
self.modernSearchBar.suggestionsView_spaceWithKeyboard = 20
}

private func makingSearchBarAwesome(){
Expand Down

0 comments on commit 9baf9f1

Please sign in to comment.