Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.7 KB

File metadata and controls

36 lines (26 loc) · 1.7 KB

iOS Search Example

Xcode - Build and Analyze macOS Xcode

It is an iOS Search Example App that allows you to change the properties of the settings and can check that UISearchController indicating wheter the underlying content is obscured during a search.

Properties of the settings

Priority

dimsBackgroundDuringPresentation > obscuresBackgroundDuringPresentation

State of the settings

  • undefine = default
    • iOS14 and earlier
      • true
    • iOS15
      • false
  • false
  • true

Screen recordings

iOS15

Simulator.Screen.Recording.-.iPhone.11.-.2021-11-18.at.00.40.17.mp4

iOS14

Simulator.Screen.Recording.-.iPhone.11.-.2021-11-18.at.00.41.16.mp4

References