Skip to content

Releases: ko1o/PYSearch

Release v0.8.1

17 Jun 03:07
Compare
Choose a tag to compare

Fixed

  • Fixed #87 which searchBar layout with ambiguity in iOS 11.

Release v0.8.0

14 Apr 07:34
Compare
Choose a tag to compare

Fixed

  • Fixed #77 which don't display search suggestion view on the first time when custom search suggestion view.

Optimized

  • Make the code international and elegant.

Release v0.7.6

07 Apr 02:49
Compare
Choose a tag to compare

Fixed

  • Fixed #75 which do not show search results when searchResultShowMode is PYSearchResultShowModeEmbed.

Release v0.7.5

27 Mar 10:16
Compare
Choose a tag to compare

Fixed

  • Fixed #70 which there is a problem with the displayed results when navigationController.navigationBar.translucent is NO.
  • Fixed #72 which some display problems about custom cell.

Release v0.7.4

23 Mar 11:37
Compare
Choose a tag to compare

Fixed

  • Fixed #68 which custom cache path is invalid in the closeDidClick: method.
  • Fixed #69 which hot search can not click when emptying search history and swapHotSeachWithSearchHistory is YES.

Release v0.7.3

15 Mar 11:47
Compare
Choose a tag to compare

Fixed

  • Fixed #62 Use searchViewController:didSearchWithsearchBar:searchText: and the search record will not be saved.
  • Fixed #65 which search history is not displayed when hotSearches == nil.
  • Fixed #64 which remove all space on the search text .

Deleted

  • Deleted UITableViewDataSource from protocols which the PYSearchViewControllerDataSource comply.

Added

  • Added removeSpaceOnSearchString to control whether to remove space of the search text. Default is YES

Release v0.7.2

02 Mar 03:23
Compare
Choose a tag to compare

Fixed

  • Fixed changes in other popular search label (PYHotSearchStyleRankTag, PYHotSearchStyleRectangleTag) mode, click the clear button didn't refresh the UI
    • Implemented by lzzhoujielun in #59.

Update

  • Updated resources of PYSearch.bundle.

Release v0.7.1

24 Feb 07:59
Compare
Choose a tag to compare

Fixed

  • Fixed #57 when the history search on top, the UI is not refreshed after the search histories are cleared

Release v0.7.0

16 Feb 06:17
Compare
Choose a tag to compare

Added

  • Support vertical and horizontal screen on iPad and iPhone.

Fixed

  • Fixed Switch landscape and Portrait issue in iPad in #32.

Release v0.6.0

15 Feb 11:00
Compare
Choose a tag to compare

Fixed

  • Fixed the display of view when click on any of the hopSearchs to jump to the next view and click Back in #52.
  • Fixed [UIImage imageNamed: inBundle: compatibleWithTraitCollection:] just for iOS 8 or later
    • Implemented by hirat in #55.

Added

  • Supported swap hotSearch with searchHistory when PYSearchHistoryStyle != PYSearchHistoryStyleCell.