UIFindInteraction UI is not usable when Stage Manager is enabled

I have a problem with presenting the new find panel in an iPad app when Stage Manager is enabled. This happens both on device as well as in Simulator.

The problem is that UIFindInteraction’s find panel only flicks (appears and disappears in a fraction of second) and thus is not usable for actually searching anything.

Presumably, this is a UIKit bug. Has anyone found a way around it?

I'm attaching a link to a demo project that does nothing special:

  1. setting isFindInteractionEnabled = true on a UITextView
  2. preseting the find panel via textView.findInteraction?.presentFindNavigator(showingReplace: false)

https://github.com/tomaskraina/feedbackassistant.apple.com/tree/master/UIFindInteraction-StageManager-UIKit

Answered by krajeec in 728698022

This seems to be fixed in iPadOS 16 beta 8.

Feedback: FB11339648

Thanks for filing FB11339648.

@eskymo This seems to be another Feedback describing the same issue and potentially providing more details: https://openradar.appspot.com/FB11356212

This seems to be fixed in iPadOS 16 beta 8.

Accepted Answer

This seems to be fixed in iPadOS 16 beta 8.

UIFindInteraction UI is not usable when Stage Manager is enabled
 
 
Q