xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
215 stars 104 forks source link

Bugfix: Searchbar not working after pressing cancel #1072

Closed wutschel closed 3 weeks ago

wutschel commented 3 weeks ago

Description

Fixes an issue reported in this forum post.

The topOverlay view which needs to cover the whole fake searchbar did not autoresize. As a consequence the user might be able to interact with the fake searchbar, which does not work at all.

This PR makes tapOverlay autoresizing and also lets the fake searchbar not show "Cancel" anymore. This make it more visible when the search is active (by showing "Cancel") and also avoid potentially irritating UI behaviour (textfield becomes active after pressing "Cancel" on the fake searchbar).

Summary for release notes

Bugfix: Searchbar not working after pressing cancel

wutschel commented 3 weeks ago

Fixed comment and rebased.