[ios] Fix new search screen bugs #10476

Open
kirylkaveryn wants to merge 3 commits from ios/search-fix-to-child-vc into master

3 commits

Author SHA1 Message Date
200b433f71 [ios] fix layout crash on the ios 12 on ipad
The exception was rised by the NSLayoutConstrait when the priority is changed (on ipad) after constraint activation. The all of the constraints set up shood be done before activation.

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-03-12 17:15:40 +04:00
a2b642d601 [ios] fix pasting coords to the search
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-03-12 17:15:40 +04:00
f53ed1a9ef [ios] replace the modally presented search vc presentation with child
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-03-12 17:15:40 +04:00