PYSearch Versions Save

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .

0.9.1

5 years ago

Fixed

  • Fixed #175 which when you enter the search result and then click back, the left back button and the arrow move left.
  • Fixed layout for navigation items by @baocang.
  • Fixed input cursor for searchBar by @baocang.

0.9.0

5 years ago

Added

  • Added searchBarCornerRadius to set cornerRadius of _UISearchBarSearchFieldBackgroundView
  • Added showKeyboardWhenReturnSearchResult property (#170) by @xiao99xiao

0.8.9

5 years ago

Added

  • Added the mode of show search view controller.
  • Added logo by @anharismail.

0.8.8

6 years ago

Fixed

  • Fixed #137 which @available compile failed in Xcode 7.
  • Fixed the search bar deformation on iOS 11.2.

0.8.7

6 years ago

Fixed

  • Fixed a blank question at the bottom of searchSuggestionView on iOS 11.
  • Fixed #131 which the search bar deformation on iOS 11.

Updated

  • Updated README.md

0.8.6

6 years ago

Fixed

  • Fixed #126 which can not change the width of cancelButton.

Updated

  • Updated README.md

0.8.5

6 years ago

Adapted & fixed

  • Adapted iPhoneX & fixed #120.

0.8.4

6 years ago

Adapted

  • Adapted the search bar layout problem in the navigation bar on iOS 11.

0.8.3

6 years ago

Adapted

  • Adapted Xcode9 iOS 11 version (#101) by @Gang679

0.8.2

6 years ago

Fixed

  • Fixed #61 which the searchSuggestView's data display is incomplete when the keyboard changes.