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
224 stars 104 forks source link

Improvement: Avoid glitches of searchbar animation when leaving iPad fullscreen #1161

Closed wutschel closed 1 month ago

wutschel commented 1 month ago

Description

This PR improves the animation behaviour of searchbar after leaving iPad fullscreen, and alongside makes some coding style changes.

  1. Resolves an issue where list view's searchbar became shortly visible when animating from iPad fullscreen back to grid view by hiding the searchbar (dataList.tableHeaderView) once the list view is moved to invisible area.
  2. Avoids a distracting animation of the list view's searchbar when animating back from iPad fullscreen to list view by setting the inset to list view's top.
  3. Coding style changes (toggleFullscreen re-indentation and removal of unneeded parameter)

Summary for release notes

Improvement: Avoid glitches of searchbar animation when leaving iPad fullscreen