Releases: ko1o/PYSearch
Releases · ko1o/PYSearch
Release v0.8.1
Fixed
- Fixed #87 which searchBar layout with ambiguity in iOS 11.
Release v0.8.0
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
Fixed
- Fixed #75 which do not show search results when searchResultShowMode is PYSearchResultShowModeEmbed.
Release v0.7.5
Release v0.7.4
Release v0.7.3
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 thePYSearchViewControllerDataSource
comply.
Added
- Added
removeSpaceOnSearchString
to control whether to remove space of the search text. Default isYES
Release v0.7.2
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
Fixed
- Fixed #57 when the history search on top, the UI is not refreshed after the search histories are cleared
Release v0.7.0
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
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.