[ios] Show the new modal search VC from the route building #10248

Closed
kirylkaveryn wants to merge 13 commits from ios/show-new-search-vc-from-the-route-building into master

13 commits

Author SHA1 Message Date
c2f85521fd [ios] remove outdated code related to the search
the old MWMSearch... screen is not used anymore

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:26:21 +04:00
fa6bc0f12a [ios] replace MWMSearchManager with new SearchOnMapManager
- fix layout of the place page container (configure it programatiacally)
- use the new modal seearch VC everywhere
-

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
91ac0f5228 [ios] remove setSearchOnMap from the MWMSearch
because the new search should always works as iPad

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
bf2efed0be [ios] refactor search screen cells and tab bar
- remove xibs
- update cells style (fonts, colors, icons)
- reload the history VC on appear

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
3229ca602d [ios] implement modal search screen SearchOnMap
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
a8ce059fcc [ios] add searchHeader style
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
67ec3abdd3 [ios] get the current Side buttons available size
This size is used to update the side buttons during the modally search screen dragging

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
a6b790a3d0 [ios] prevent search marks hiding when the search result is selected
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
d4967d805d [ios] rename IPAD func to isIPad and make internal visibility
it may be used in different situations

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
79246f2040 [ios] show current searching results on the map
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
9c66f237b9 [ios] add getResults to the MWMSearch to fetch the full results list
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
88aff59e5e [ios] replace usage of cpp search::Result with objc SearchResult in UI
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00
a226b7b490 [ios] remove unused search::ProductInfo from the search
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-18 11:16:57 +04:00