Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 447 Bytes

SearchControllerBug

Leak caused by UISearchController on iOS10

Steps to reproduce

  • Lauch app on iOS 10
  • Tap "next view" button on the intial view.
  • Tap to activate seach bar
  • Tap back button (while keyboard is still up)

Note that [ViewController2 dealloc] is never called.

Below is the memory graph of the app after ViewController2 is dismissed.

Alt text