Skip to content

ykws/SearchExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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